Age | Commit message (Expand) | Author |
2020-09-21 | Defined lock mechanism for buffer caches. | Cyrille Bagard |
2020-05-21 | Changed the hierarchy of format objects. | Cyrille Bagard |
2020-02-04 | Updated copyright headers. | Cyrille Bagard |
2019-08-14 | Updated the Python bindings for binary symbols. | Cyrille Bagard |
2018-08-06 | Avoided to cut the rendering flow for volatile symbols. | Cyrille Bagard |
2018-07-04 | Updated the API for building symbol labels. | Cyrille Bagard |
2018-06-17 | Removed debug output. | Cyrille Bagard |
2018-05-23 | Ensured even imported symbols are displayed in the final output. | Cyrille Bagard |
2018-04-05 | Changed Foobar to Chrysalide in all GPL headers. | Cyrille Bagard |
2018-04-02 | Removed lots of uninitialized uses, mostly in NDEBUG mode. | 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-08-07 | Stored all errors detected when loading and disassembling a binary file. | Cyrille Bagard |
2017-05-23 | Fixed memory leaks by destroying delayed works after processing. | Cyrille Bagard |
2017-05-14 | Begun to clean the symbol interface. | 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-19 | Removed the useless STP_FUNCTION symbol type. | Cyrille Bagard |
2017-01-20 | Ensured all block closing marks have an existing address. | Cyrille Bagard |
2016-12-31 | Updated all copyrights. | Cyrille Bagard |
2016-12-30 | Rewritten the line buffers using generators and on-demand building to save me... | Cyrille Bagard |
2016-12-29 | Cut binary data into several areas using all the available CPUs and less memory. | Cyrille Bagard |
2016-12-15 | Defined proper accesses to instructions loaded by a processor. | 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 |
2016-10-23 | Deleted a level of data to reduce the memory fingerprint. | Cyrille Bagard |
2016-09-23 | Marked the end of each routine disassembly with a message. | Cyrille Bagard |
2016-05-24 | Attached priority levels with disassembly starting points. | Cyrille Bagard |
2016-04-22 | Ensured all labels get an initialized address in buffer views. | Cyrille Bagard |
2016-04-04 | Removed some separation lines in the display. | Cyrille Bagard |
2016-04-03 | Kept the user informed about the instructions printing status. | Cyrille Bagard |
2016-04-02 | Handled all routines disassembling processing in one place. | Cyrille Bagard |
2016-03-15 | Marked lines which are able to start a group of lines as width managers. | Cyrille Bagard |
2016-01-23 | Created storable items for user comments. | Cyrille Bagard |
2016-01-21 | Defined some raw primitives to write or delete comments. | Cyrille Bagard |
2015-12-28 | Defined layers to register all kinds of binary portions. | Cyrille Bagard |
2015-12-09 | Avoided to throw comments too far by defining local columns managers. | Cyrille Bagard |
2015-07-24 | Replaced all remaining raw accesses to binary contents with the GBinContent w... | Cyrille Bagard |
2015-07-12 | Cleaned the code handling binary symbols. | Cyrille Bagard |
2015-04-26 | Loaded internal smybols ; created entry points only when needed. | Cyrille Bagard |
2015-04-25 | Removed some debug messages. | Cyrille Bagard |
2015-04-03 | Tried to show basic blocks in the graphic view again. | Cyrille Bagard |
2015-03-11 | Loaded the ELF header at a proper virtual address. | Cyrille Bagard |
2015-02-11 | Marked buffer lines as containing an entry point when needed. | Cyrille Bagard |
2015-02-09 | Registered all the supported processors in the system code. | Cyrille Bagard |
2015-01-25 | Added a fixed address for the start of the '.plt' section and improved the di... | Cyrille Bagard |
2014-12-16 | Created operands for resolving symbols in disassembly code. | Cyrille Bagard |
2014-12-14 | Shown label of loaded symbols when possible. | Cyrille Bagard |
2014-11-29 | Displayed segments in the disassembly view. | Cyrille Bagard |