summaryrefslogtreecommitdiff
path: root/src/analysis
AgeCommit message (Expand)Author
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
2018-07-16Cleaned code.Cyrille Bagard
2018-07-16Applied a new GUI update with the new loaded panels features.Cyrille Bagard
2018-07-16Updated the move entry from database items.Cyrille Bagard
2018-07-14Used abstract locations to scroll into displays.Cyrille Bagard
2018-07-14Replaced all the remaining concrete locations in internal rendering buffers.Cyrille Bagard
2018-07-14Begun to switch to abstract locations in internal rendering buffers.Cyrille Bagard
2018-07-08Changed the type of namespace separators.Cyrille Bagard
2018-07-07Extended the types API.Cyrille Bagard
2018-07-04Updated the API for building symbol labels.Cyrille Bagard
2018-07-04Fixed various mistakes in Itanium C++ demangling.Cyrille Bagard
2018-07-02Extented the types definitions.Cyrille Bagard
2018-06-28Removed the definition of old kinds of variables.Cyrille Bagard
2018-06-28Deleted all references to the unused type manager.Cyrille Bagard
2018-06-28Replaced all calls to the old API dealing with routine location.Cyrille Bagard
2018-06-24Used more threads to disassemble binary areas.Cyrille Bagard
2018-06-21Limited the routine size to the containing segment.Cyrille Bagard
2018-06-20Ensured all code has been disassembled before loading data.Cyrille Bagard
2018-06-17Removed debug output.Cyrille Bagard