summaryrefslogtreecommitdiff
path: root/src/analysis
AgeCommit message (Expand)Author
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
2018-11-26Fixed some memory leaks at exit.Cyrille Bagard
2018-11-25Displayed and hidden loaded contents on project change.Cyrille Bagard
2018-11-20Chosen assembly as language for machine code comments.Cyrille Bagard
2018-11-18Extended the Python bindings dealing with code blocks.Cyrille Bagard
2018-11-13Exported extra processor features.Cyrille Bagard
2018-10-27Run Python bindings standalone mode as batch mode.Cyrille Bagard
2018-10-14Typo.Cyrille Bagard
2018-09-26Extended the API for binary contents.Cyrille Bagard
2018-09-22Provided a way to load known flat formats.Cyrille Bagard
2018-09-18Removed the old way to load binaries.Cyrille Bagard
2018-09-18Loaded APK files using a Python script.Cyrille Bagard
2018-09-18Updated the API used to load binary contents.Cyrille Bagard
2018-09-16Relied on the remaining contents to explore to run the resolving process.Cyrille Bagard
2018-09-07Updated prototypes for creating memory content.Cyrille Bagard
2018-08-23Fixed a rare dead lock when loading several files at the same time.Cyrille Bagard
2018-08-11Fixed a regression about symbol iterating introduced by commit 2c7e1c63e.Cyrille Bagard
2018-08-08Updated some object destruction processes.Cyrille Bagard
2018-08-08Improved reference count tracking.Cyrille Bagard
2018-08-08Defined a new kind of code blocks.Cyrille Bagard
2018-08-07Removed old code used for decompilation.Cyrille Bagard
2018-08-06Extended the API to allow obfuscators detections.Cyrille Bagard
2018-08-06Allowed to add or remove instructions once a binary analysis is over.Cyrille Bagard
2018-08-06Fixed many bugs in the code cache and the width tracker objects.Cyrille Bagard