Age | Commit message (Expand) | Author |
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-04-02 | Rewritten the whole instruction definition format. | Cyrille Bagard |
2018-03-08 | Prepared instructions to generate tooltips. | Cyrille Bagard |
2018-02-05 | Fixed the compilation in non debug mode. | Cyrille Bagard |
2018-01-24 | Typo. | Cyrille Bagard |
2018-01-17 | Removed the broken support of the MIPS architecture. | Cyrille Bagard |
2018-01-17 | Cleaned the definition of architecture processors. | Cyrille Bagard |
2018-01-13 | Created a real iterator for symbols. | Cyrille Bagard |
2017-12-08 | Improved the way vmpa_t types are compared. | Cyrille Bagard |
2017-12-02 | Created a plugin for the ARM support. | Cyrille Bagard |
2017-11-26 | Removed the broken support of the x86 architecture. | Cyrille Bagard |
2017-11-26 | Increased the reference counter for provided operands and updated code. | Cyrille Bagard |
2017-10-18 | Created plugins for the Dex and Dalvik support. | Cyrille Bagard |
2017-08-27 | Handled Dalvik code definition loading with more care. | Cyrille Bagard |
2017-08-16 | Kept only the first submission when preloading instructions. | Cyrille Bagard |
2017-08-13 | Listed all errors occurred while loading a binary file. | Cyrille Bagard |
2017-08-07 | Stored all errors detected when loading and disassembling a binary file. | Cyrille Bagard |
2017-07-26 | Added a missing g_object_ref() before g_object_unref(). | Cyrille Bagard |
2017-07-12 | Taken into account that raw immediate values can be used more than once. | Cyrille Bagard |
2017-07-12 | Removed the too complex memory share system. | Cyrille Bagard |
2017-05-21 | Stored and deleted instruction hooks using the GObject facilities. | Cyrille Bagard |
2017-05-21 | Refined the whole share system for operands. | Cyrille Bagard |
2017-05-16 | Merged routines into symbols. | Cyrille Bagard |
2017-05-10 | Removed the link to binary content used for printing from instructions. | Cyrille Bagard |
2017-05-08 | Merged characters intro strings when possible in the disassembled code. | Cyrille Bagard |
2017-05-07 | Fixed the registered coverage of LEB128 raw instructions. | Cyrille Bagard |
2017-05-05 | Inserted preloaded format information from instructions instead of symbols. | Cyrille Bagard |
2017-04-29 | Improved the behavior of immediate operands display. | Cyrille Bagard |
2017-04-28 | Rewritten some security checks when printing immediate values. | Cyrille Bagard |
2017-04-28 | Escaped some characters as needed when building tooltips. | Cyrille Bagard |
2017-04-28 | RTFM'ed to avoid segfaults when calling isprint(). | Cyrille Bagard |
2017-04-22 | Shared target operands in memory when possible. | Cyrille Bagard |
2017-04-20 | Shared immediate operands in order to avoid useless allocations. | Cyrille Bagard |
2017-04-15 | Removed useless signals for immediate operands. | Cyrille Bagard |
2017-04-13 | Simplified the way links between instructions are handled. | Cyrille Bagard |
2017-03-29 | Handled areas which are not allocated in memory. | Cyrille Bagard |
2017-03-26 | Fixed the conversion of immediate operands to binary strings. | Cyrille Bagard |
2017-03-24 | Built tooltips from all kinds of operands. | Cyrille Bagard |
2017-03-24 | Built routine digest for tooltip hints. | Cyrille Bagard |
2017-03-23 | Restricted an instruction iterator to a given memory range if requested. | Cyrille Bagard |
2017-03-22 | Assigned the "sub_" prefix to subroutines and "loc_" to code labels, as expec... | Cyrille Bagard |
2017-03-22 | Ensured all string symbols referenced by instructions get a label. | Cyrille Bagard |
2017-03-19 | Provided initial features for debugging using GDB. | Cyrille Bagard |
2017-03-15 | Referenced all provided registers from operands. | Cyrille Bagard |
2017-03-08 | Reduced the number of produced reference links. | Cyrille Bagard |
2017-03-08 | Removed the instruction link type meaning there is no link. | Cyrille Bagard |
2017-03-07 | Created arrays with low memory footprint. | Cyrille Bagard |
2017-03-06 | Locked access to instruction operands when needed. | Cyrille Bagard |
2017-03-05 | Compressed the size of operands with no alternative rendering. | Cyrille Bagard |