Age | Commit message (Expand) | Author |
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 |
2016-09-25 | Removed debug code. | Cyrille Bagard |
2016-09-24 | Prevented out of bounds access when moving the reading position forwards. | Cyrille Bagard |
2016-09-14 | Fixed the "post" hook of the first IF Dalvik opcode. | Cyrille Bagard |
2016-09-14 | Skipped the rendering of empty pool strings. | Cyrille Bagard |
2016-09-12 | Fixed the decoding of 3rc/3rms/3rmi Dex opcode formats. | Cyrille Bagard |
2016-09-12 | Fixed two more bugs when annotating Dex code items. | Cyrille Bagard |
2016-08-28 | Handled branching instructions using registers. | Cyrille Bagard |
2016-05-30 | Resolved a suitable symbol depending on the request tolerance. | Cyrille Bagard |
2016-05-27 | Fixed a mistake in a previous fix. | Cyrille Bagard |
2016-05-27 | Handled more ARM instructions from the storing family. | Cyrille Bagard |
2016-05-25 | Applied conditional bits as keyword suffixes for ARM instructions. | Cyrille Bagard |
2016-05-25 | Fixed various mistakes in the decoding of ARM instructions. | Cyrille Bagard |
2016-05-24 | Attached priority levels with disassembly starting points. | Cyrille Bagard |
2016-05-23 | Removed a stupid assertion in memory access operands. | Cyrille Bagard |
2016-05-22 | Extended the compiler to transform all the new ARMv7 encoding definitions. | Cyrille Bagard |
2016-05-06 | Prepared the ARMv7 SIMD instructions support. | Cyrille Bagard |
2016-05-04 | Created special instructions for real undefined behaviors. | Cyrille Bagard |
2016-05-02 | Fixed some Makefiles in order to be able to run 'make dist'. | Cyrille Bagard |
2016-04-24 | Handled hooks and rules in Dalvik opcodes definitions. | Cyrille Bagard |
2016-04-23 | Limited the length of displayed SHA1 binary value for Dex files. | Cyrille Bagard |
2016-04-21 | Got prepared for more ARMv7 opcodes. | Cyrille Bagard |
2016-04-20 | Protected all concurrent accesses to sources and destinations of instructions. | Cyrille Bagard |