Age | Commit message (Expand) | Author |
2020-05-21 | Written a proper documentation for the binary format Python bindings. | Cyrille Bagard |
2020-05-21 | Changed the hierarchy of format objects. | Cyrille Bagard |
2020-04-18 | Taken into account the potential absence of demangler in the symbol panel. | Cyrille Bagard |
2020-04-13 | Avoided to look for syscalls in a kernel binary. | Cyrille Bagard |
2020-03-01 | Given some priority to Elf PLT entries during the disassembly process. | Cyrille Bagard |
2020-02-15 | Identified Elf imported symbols without waiting for the end of disassembling. | Cyrille Bagard |
2020-02-14 | Fixed a bug when registering a group of symbols. | Cyrille Bagard |
2020-02-04 | Updated copyright headers. | Cyrille Bagard |
2020-01-27 | Created a huge optimization for the Dex format loading. | Cyrille Bagard |
2019-02-05 | Fixed a huge number of memory leaks. | Cyrille Bagard |
2019-02-03 | Fixed various memory leaks. | Cyrille Bagard |
2018-12-08 | Compared symbols using their location only to prevent duplicated symbols. | Cyrille Bagard |
2018-12-07 | Created signals for format symbol handling. | Cyrille Bagard |
2018-11-18 | Allowed to attach debug information to formats. | Cyrille Bagard |
2018-10-14 | Refined measures of elapsed time. | Cyrille Bagard |
2018-08-07 | Removed old code used for decompilation. | Cyrille Bagard |
2018-08-03 | Populated the strings panel in a generic way. | Cyrille Bagard |
2018-08-02 | Introduced symbols dedicated to strings. | Cyrille Bagard |
2018-07-17 | Got the namespace separator from formats when listing symbols. | Cyrille Bagard |
2018-07-16 | Cleaned code. | Cyrille Bagard |
2018-07-08 | Cleaned the demangling system. | Cyrille Bagard |
2018-07-04 | Updated the API for building symbol labels. | Cyrille Bagard |
2018-06-07 | Introduced the flat file format. | Cyrille Bagard |
2018-05-07 | Described binary formats and improved their loading. | Cyrille Bagard |
2018-04-22 | Used the provided work group while loading ELF formats. | Cyrille Bagard |
2018-04-21 | Improved the way file formats are detected and loaded. | Cyrille Bagard |
2018-04-05 | Changed Foobar to Chrysalide in all GPL headers. | Cyrille Bagard |
2018-03-11 | Defined a new Dex demangler with MUTF-8 support as plugin. | Cyrille Bagard |
2018-02-05 | Fixed the compilation in non debug mode. | Cyrille Bagard |
2018-01-29 | Handled properly imported/exported ELF symbols, as well as all other symbols. | Cyrille Bagard |
2018-01-24 | Typo. | Cyrille Bagard |
2018-01-16 | Improved the removal of format symbols. | Cyrille Bagard |
2018-01-13 | Created a real iterator for symbols. | Cyrille Bagard |
2018-01-13 | Handled the logs from the GUI, the command line and the Python bindings. | Cyrille Bagard |
2017-12-08 | Introduced the symbol visibility. | Cyrille Bagard |
2017-10-01 | Defined the ELF support as plugin. | Cyrille Bagard |
2017-08-07 | Stored all errors detected when loading and disassembling a binary file. | Cyrille Bagard |
2017-05-16 | Merged routines into symbols. | Cyrille Bagard |
2017-05-14 | Stopped to memorize the routines as a subset of symbols. | Cyrille Bagard |
2017-05-12 | Added the ELF strings to the preloaded instruction list. | Cyrille Bagard |
2017-05-07 | Made the preloading process work as intended. | Cyrille Bagard |
2017-05-05 | Inserted preloaded format information from instructions instead of symbols. | Cyrille Bagard |
2017-03-22 | Ensured all string symbols referenced by instructions get a label. | Cyrille Bagard |
2017-01-15 | Improved symbol resolving using fully defined locations. | Cyrille Bagard |
2017-01-15 | Ensured that symbols always take priority over the disassembled code. | Cyrille Bagard |
2017-01-06 | Checked if a symbol exists right before adding it to the symbol list. | Cyrille Bagard |
2016-12-31 | Updated all copyrights. | Cyrille Bagard |
2016-12-29 | Cut binary data into several areas using all the available CPUs and less memory. | Cyrille Bagard |
2016-12-12 | Removed most of the code related to non-working decompilation. | Cyrille Bagard |
2016-11-03 | Replaced all the remaining occurrences of 'OpenIDA' by 'Chrysalide'. | Cyrille Bagard |