summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2019-01-22Fixed run sizes of parallel jobs.Cyrille Bagard
2019-01-22Allowed to initialize instances of created dynamic types if needed.Cyrille Bagard
2019-01-21Improved code as GTK failed to load CSS content it has exported.Cyrille Bagard
2019-01-21Fixed a Use-After-Free when displaying loaded dark theme path.Cyrille Bagard
2019-01-21Provided a way to register new available processors from Python.Cyrille Bagard
2019-01-21Handled cases when the required processor is not found.Cyrille Bagard
2019-01-18Handled bigger irreducible loops without blocking.Cyrille Bagard
2019-01-16Dealt with registers and register operands in the Python bindings.Cyrille Bagard
2019-01-15Provided functions to compare links between code blocks.Cyrille Bagard
2019-01-15Improved complex loop detection.Cyrille Bagard
2019-01-14Looked for code blocks by any contained address.Cyrille Bagard
2019-01-14Detected self loops in basic blocks.Cyrille Bagard
2019-01-14Handled irreducible loops without blocking.Cyrille Bagard
2019-01-13Provided uncached code block links.Cyrille Bagard
2019-01-08Fixed a bug in bitfield comparison.Cyrille Bagard
2019-01-07Adjusted the final graph layout size for GTK.Cyrille Bagard
2019-01-07Drawn nicer loop links.Cyrille Bagard
2019-01-07Improved links computation and handled loops in the graph layout.Cyrille Bagard
2019-01-04Replaced calls to perror() by logging when loading file contents.Cyrille Bagard
2019-01-04Fixed the popcount feature of bitfields.Cyrille Bagard
2019-01-04Handled non null-terminated stringsCyrille Bagard
2019-01-03Defined a dynamic type for each plugin.Cyrille Bagard
2019-01-02Handled collapsing tiles.Cyrille Bagard
2019-01-02Got ride of some uninitialized variable usages.Cyrille Bagard
2019-01-01Refactored some code for the graph layout.Cyrille Bagard
2018-12-31Resolved project path before loading.Cyrille Bagard
2018-12-31Warned about missing local server certificates.Cyrille Bagard
2018-12-31Remembered the target locations used in the Goto dialog box.Cyrille Bagard
2018-12-30Saved first steps towards a new graph layout.Cyrille Bagard
2018-12-29Updated code to scroll loaded panels from Python.Cyrille Bagard
2018-12-27Updated the API in order to allow Python plugins to rely on native plugins.Cyrille Bagard
2018-12-21Improved view switching.Cyrille Bagard
2018-12-21Fixed a bug in the dominators computation.Cyrille Bagard
2018-12-21Improved graph view content centering.Cyrille Bagard
2018-12-21Updated the graph view when updating the current location.Cyrille Bagard
2018-12-21Centered graph view content at first display.Cyrille Bagard
2018-12-21Disconnected redraw signal on dispose to avoid an UAF.Cyrille Bagard
2018-12-21Used only abstract cursors in views high API.Cyrille Bagard
2018-12-20Kept the current location when switching views.Cyrille Bagard
2018-12-18Used the reference counter when providing basic block lists.Cyrille Bagard
2018-12-17Updated the connection protocol.Cyrille Bagard
2018-12-13Renamed the function providing basic block boundaries.Cyrille Bagard
2018-12-13Resolved links between code blocks.Cyrille Bagard
2018-12-12Reorganized the global variables access in the Python bindings.Cyrille Bagard
2018-12-12Fixed sign extension when decoding UTF-8 data.Cyrille Bagard
2018-12-08Compared symbols using their location only to prevent duplicated symbols.Cyrille Bagard
2018-12-08Fixed one UAF when dealing with line text segments.Cyrille Bagard
2018-12-07Removed code.Cyrille Bagard
2018-12-07Moved some core features into plugins.Cyrille Bagard
2018-12-07Created signals for format symbol handling.Cyrille Bagard