summaryrefslogtreecommitdiff
path: root/src/analysis
AgeCommit message (Expand)Author
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
2018-08-06Avoided to cut the rendering flow for volatile symbols.Cyrille Bagard
2018-08-03Updated the reference counters when providing instruction links.Cyrille Bagard
2018-07-23Avoided to print the routine namespace twice.Cyrille Bagard
2018-07-23Created a hook to act when loaded content analysis is over.Cyrille Bagard
2018-07-23Fixed the analysis database creations.Cyrille Bagard
2018-07-21Typo.Cyrille Bagard
2018-07-20Included dynamic items in the view menu.Cyrille Bagard
2018-07-19Given their own structure to rendering options.Cyrille Bagard
2018-07-19Deleted all references to any asm syntax.Cyrille Bagard
2018-07-19Created an interface for jumping to addresses from operands.Cyrille Bagard
2018-07-17Included the namespace when building routine labels.Cyrille Bagard