Age | Commit message (Expand) | Author |
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 |
2017-03-03 | Limited the quantity of binary code shown for arrays. | Cyrille Bagard |
2017-03-02 | Filled rendering lines with relative binary contents. | Cyrille Bagard |
2017-02-28 | Defined abstract packed buffers to transfert data. | Cyrille Bagard |
2017-02-25 | Fixed ARM register comparison. | Cyrille Bagard |
2017-02-14 | Fixed the creation of distribution tarballs. | Cyrille Bagard |
2017-02-14 | Fixed a typo that breaks compilation if DEBUG is not defined. | Cyrille Bagard |
2017-01-27 | Avoided deadlocks in access to instruction sources and destinations. | Cyrille Bagard |
2017-01-27 | Fixed links between instructions for conditional branches. | Cyrille Bagard |
2017-01-15 | Improved symbol resolving using fully defined locations. | Cyrille Bagard |
2017-01-13 | Fortified the tree of binary portions. | Cyrille Bagard |
2017-01-08 | Fixed the behavior of the instruction iterator. | Cyrille Bagard |