summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2019-02-04Added an option to drop Python support at compilation time.Cyrille Bagard
2019-02-03Fixed various memory leaks.Cyrille Bagard
2019-02-01Inserted an option to render disassembly even in batch mode.Cyrille Bagard
2019-02-01Fixed a memory leak.Cyrille Bagard
2019-01-31Improved loop detection.Cyrille Bagard
2019-01-31Queried the parent type of copied dynamic instances.Cyrille Bagard
2019-01-31Created Python bindings for undefined instructions.Cyrille Bagard
2019-01-30Extended the APIs available for formats (both native and Python).Cyrille Bagard
2019-01-29Introduced binary portion support for Python bindings.Cyrille Bagard
2019-01-28Allowed to filter contents before running analysis.Cyrille Bagard
2019-01-26Extended the Python API.Cyrille Bagard
2019-01-25Provided API to subclass instructions and operands in Python.Cyrille Bagard
2019-01-23Prepared a toolbar for actions on basic blocks.Cyrille Bagard
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