summaryrefslogtreecommitdiff
path: root/src/analysis
AgeCommit message (Expand)Author
2019-07-01Introduced attributes for loaded contents.Cyrille Bagard
2019-05-30Provided instruction iterators for basic blocks.Cyrille Bagard
2019-05-12Simplified the way processors are registered.Cyrille Bagard
2019-05-11Typo.Cyrille Bagard
2019-05-08Updated the core functions dealing with SQLite databases.Cyrille Bagard
2019-05-07Appended a suffix to temporary files.Cyrille Bagard
2019-04-14Provided a link to routines from Dex methods.Cyrille Bagard
2019-04-14Typo.Cyrille Bagard
2019-03-25Avoided stack overflows with empty dynamic parameters.Cyrille Bagard
2019-03-04Provided access to the graph layout from Python.Cyrille Bagard
2019-02-21Fixed a little mistake introduced in 7fc86b40.Cyrille Bagard
2019-02-19Ensured all natural links are well created.Cyrille Bagard
2019-02-18Fixed a mistake in variables usage.Cyrille Bagard
2019-02-15Displayed tooltips for graph view edges.Cyrille Bagard
2019-02-11Improved the loop detection.Cyrille Bagard
2019-02-09Fixed another batch of memory leaks.Cyrille Bagard
2019-02-07Fixed extra GObjects leaks.Cyrille Bagard
2019-02-06Fixed some GType declarations.Cyrille Bagard
2019-02-05Fixed a huge number of 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-28Allowed to filter contents before running analysis.Cyrille Bagard
2019-01-22Fixed run sizes of parallel jobs.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-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-04Replaced calls to perror() by logging when loading file contents.Cyrille Bagard
2019-01-02Got ride of some uninitialized variable usages.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-21Fixed a bug in the dominators computation.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-03Selected the right storage for each loaded binary.Cyrille Bagard
2018-12-03Built a dialog box to change storage options.Cyrille Bagard
2018-12-03Fixed the project compilation.Cyrille Bagard
2018-12-02Cleaned the DB code a little bit.Cyrille Bagard
2018-12-02Increased the current DB protocol version.Cyrille Bagard
2018-12-01Cleaned the client code.Cyrille Bagard
2018-12-01Encrypted all communications using TLS.Cyrille Bagard
2018-11-27Logged loaded formats.Cyrille Bagard