summaryrefslogtreecommitdiff
path: root/src/analysis
AgeCommit message (Expand)Author
2018-04-22Used the provided work group while loading ELF formats.Cyrille Bagard
2018-04-22Ensured all tasks are completed before exiting batch mode.Cyrille Bagard
2018-04-22Installed the core headers in the right place for plugins.Cyrille Bagard
2018-04-21Improved the way file formats are detected and loaded.Cyrille Bagard
2018-04-11Created definitions for memory and encapsulated contents.Cyrille Bagard
2018-04-11Moved all the temporary creations in a temporary directory.Cyrille Bagard
2018-04-05Fixed and updated GType macros dealing with non-existent interfaces.Cyrille Bagard
2018-04-05Changed Foobar to Chrysalide in all GPL headers.Cyrille Bagard
2018-04-02Removed lots of uninitialized uses, mostly in NDEBUG mode.Cyrille Bagard
2018-03-11Defined a new Dex demangler with MUTF-8 support as plugin.Cyrille Bagard
2018-02-11Updated the prototype used to get symbol label.Cyrille Bagard
2018-01-31Avoided to pollute the configuration directory with old UNIX family sockets.Cyrille Bagard
2018-01-29Handled properly imported/exported ELF symbols, as well as all other symbols.Cyrille Bagard
2018-01-24Cleaned the content of loaded binaries.Cyrille Bagard
2018-01-24Typo.Cyrille Bagard
2018-01-13Created a real iterator for symbols.Cyrille Bagard
2018-01-13Handled the logs from the GUI, the command line and the Python bindings.Cyrille Bagard
2018-01-09Updated the Python API dealing with basic blocks.Cyrille Bagard
2018-01-07Fixed a bug when reading the compressed database.Cyrille Bagard
2017-12-31Updated the ROP gadgets finder.Cyrille Bagard
2017-12-27Reorganized a small part of binary loading.Cyrille Bagard
2017-12-26Created the GLoadedContent interface to load all kinds of content.Cyrille Bagard
2017-12-26Handled swapping closures when signaling to the main thread.Cyrille Bagard
2017-12-26Registered the current project as a real global variable.Cyrille Bagard
2017-12-08Introduced the symbol visibility.Cyrille Bagard
2017-11-29Provided the list of needed shared objects for an Elf binary.Cyrille Bagard
2017-11-26Increased the reference counter for provided operands and updated code.Cyrille Bagard
2017-11-20Typo.Cyrille Bagard
2017-11-12Provided a way to wait for analysis endings without signals.Cyrille Bagard
2017-11-12Defined a new interface for displaying loaded contents.Cyrille Bagard
2017-08-27Deleted the reference to the main window in all panels.Cyrille Bagard
2017-08-26Removed most of the functions using the editor items as global access to acti...Cyrille Bagard
2017-08-22Reorganized the global variables for the work queue singleton.Cyrille Bagard
2017-08-20Replaced calls to deprecated functions building RSA keys.Cyrille Bagard
2017-08-17Computed an initial basic location by default when collecting areas to disass...Cyrille Bagard
2017-08-15Checked for out-of-bound data access without triggering integer overflow.Cyrille Bagard
2017-08-13Listed all errors occurred while loading a binary file.Cyrille Bagard
2017-08-12Fixed a bug occurring when content filenames do not contain directory separat...Cyrille Bagard
2017-08-12Added a batch mode and a way to load binaries from command line.Cyrille Bagard
2017-08-07Stored all errors detected when loading and disassembling a binary file.Cyrille Bagard
2017-08-05Protected a bit stronger the access to the bitfield of the instructions cover...Cyrille Bagard
2017-08-05Handled any partial replaced instruction when replacing instructions.Cyrille Bagard
2017-07-15Skipped out of bound routine when computing basic blocks.Cyrille Bagard
2017-07-12Taken into account that raw immediate values can be used more than once.Cyrille Bagard
2017-07-12Fixed the computation of dominators for the loops detection.Cyrille Bagard
2017-07-12Removed the too complex memory share system.Cyrille Bagard
2017-07-08Scrolled to the main address at startup without using a nested function.Cyrille Bagard
2017-07-07Freed the disassembling task only once.Cyrille Bagard
2017-05-23Fixed memory leaks by destroying delayed works after processing.Cyrille Bagard
2017-05-22Fixed a memory leak with the built list of disassembling areas.Cyrille Bagard