Age | Commit message (Expand) | Author |
2018-08-06 | Secured the links between instructions. | Cyrille Bagard |
2018-08-06 | Typo. | Cyrille Bagard |
2018-08-03 | Provided all instruction links at once. | Cyrille Bagard |
2018-08-03 | Updated the reference counters when providing instruction links. | Cyrille Bagard |
2018-08-02 | Introduced symbols dedicated to strings. | Cyrille Bagard |
2018-07-21 | Added a missing comment. | Cyrille Bagard |
2018-07-19 | Deleted all references to any asm syntax. | Cyrille Bagard |
2018-07-19 | Created an interface for jumping to addresses from operands. | Cyrille Bagard |
2018-07-16 | Updated the move entry from database items. | Cyrille Bagard |
2018-07-14 | Replaced all the remaining concrete locations in internal rendering buffers. | Cyrille Bagard |
2018-07-14 | Begun to switch to abstract locations in internal rendering buffers. | Cyrille Bagard |
2018-07-04 | Updated the API for building symbol labels. | Cyrille Bagard |
2018-06-19 | Provided instruction unique identifiers as requested. | Cyrille Bagard |
2018-06-17 | Annotated linux kernel syscalls using a new plugin. | Cyrille Bagard |
2018-06-17 | Let the file format compute locations from virtual addresses. | Cyrille Bagard |
2018-06-06 | Hidden virtual addresses when code runs in a VM. | Cyrille Bagard |
2018-05-28 | Relied on register objects as often as possible. | Cyrille Bagard |
2018-05-14 | Created an instruction database for Chrysalide. | Cyrille Bagard |
2018-05-14 | Used unique identifiers for instructions everywhere. | Cyrille Bagard |
2018-05-12 | Fixed some memory leaks. | Cyrille Bagard |
2018-05-11 | Removed dead code. | Cyrille Bagard |
2018-04-25 | Deleted unused fields in some architecture structures. | Cyrille Bagard |
2018-04-22 | Installed the core headers in the right place for plugins. | Cyrille Bagard |
2018-04-05 | Fixed and updated GType macros dealing with non-existent interfaces. | 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-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 |