Age | Commit message (Expand) | Author |
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 |
2017-01-06 | Checked if a symbol exists right before adding it to the symbol list. | Cyrille Bagard |
2017-01-02 | Unlinked instructions to save memory. | 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 | Avoided a crash by creating an empty function to dump ARMv7 stats. | Cyrille Bagard |
2016-12-23 | Collected the loaded instructions using all available processors. | Cyrille Bagard |
2016-12-19 | Set the argument counter when building an arguments list. | Cyrille Bagard |
2016-12-18 | Cleaned the code and removed compilation warnings. | Cyrille Bagard |
2016-12-18 | Used a fast sorted array to track shared instances instead of a simple hash t... | Cyrille Bagard |
2016-12-18 | Shared all Dalvik operands between all their users. | Cyrille Bagard |
2016-12-17 | Removed debug output. | Cyrille Bagard |
2016-12-15 | Removed dead code and a compilation warning. | Cyrille Bagard |
2016-12-15 | Removed dead code. | Cyrille Bagard |
2016-12-15 | Defined proper accesses to instructions loaded by a processor. | Cyrille Bagard |
2016-12-14 | Provided an iterator for instructions. | Cyrille Bagard |
2016-12-13 | Ensured all symbol comments match their symbol address. | Cyrille Bagard |
2016-12-12 | Removed most of the code related to non-working decompilation. | Cyrille Bagard |
2016-12-12 | Applied some code refactoring to remove usages of GBinFormat in favor of GExe... | Cyrille Bagard |
2016-12-04 | Read ELF notes when requested. | Cyrille Bagard |
2016-11-27 | Saved memory space by sharing arch GObjects. | Cyrille Bagard |
2016-11-03 | Replaced all the remaining occurrences of 'OpenIDA' by 'Chrysalide'. | Cyrille Bagard |
2016-10-29 | Read GCC warning messages with more care. | Cyrille Bagard |
2016-10-29 | Told GCC to pack enumerations to save memory space. | Cyrille Bagard |
2016-10-29 | Reduced once again the size of the main instruction structure. | Cyrille Bagard |
2016-10-28 | Optimized access to instruction sources and destinations. | Cyrille Bagard |
2016-10-28 | Cleaned the structure for instructions a little bit. | Cyrille Bagard |
2016-10-28 | Stored instruction hooks in the data section rather than in the heap. | Cyrille Bagard |
2016-10-25 | Fixed a mistake when decoding sparse-switch and packed-switch payloads. | Cyrille Bagard |
2016-10-23 | Deleted a level of data to reduce the memory fingerprint. | Cyrille Bagard |
2016-10-23 | Memorized all creators of line content at the line level and saved memory. | Cyrille Bagard |
2016-10-16 | Marked ARMv7 instructions which pop the PC register as return points. | Cyrille Bagard |
2016-10-15 | Avoided many infinite loops when computing ranks in Dalvik basic blocks. | Cyrille Bagard |
2016-10-15 | Built proper comments for all the Dalvik switch cases. | Cyrille Bagard |
2016-10-14 | Handled Dalvik simple switch cases without fallthrough. | Cyrille Bagard |
2016-10-10 | Handled switch and fill-array data pseudo-instructions without plugin. | Cyrille Bagard |