Age | Commit message (Expand) | Author |
2014-08-05 | Defined the first steps for a new disassembling approach. | Cyrille Bagard |
2014-04-28 | Updated all copyright headers. | Cyrille Bagard |
2013-03-19 | Defined the first steps towards new graph renderings. | Cyrille Bagard |
2013-03-10 | Extended and improved some parts of instructions. | Cyrille Bagard |
2013-02-10 | Improved the disassembling process by handling loops in code. | Cyrille Bagard |
2013-01-31 | Saved the first steps of switch instructions decompilation. | Cyrille Bagard |
2013-01-09 | Restored some parts of the decompilation process using the new basic blocks. | Cyrille Bagard |
2012-12-16 | Reintroduced the delayed disassembling of binaries. | Cyrille Bagard |
2012-12-10 | Took care of Dalvik switch cases. | Cyrille Bagard |
2012-12-04 | Listed accesses to registers. | Cyrille Bagard |
2012-11-19 | Handled Dalvik exception handlers in the graphic view. | Cyrille Bagard |
2012-11-05 | Removed the old interface for rendering lines. | Cyrille Bagard |
2012-09-15 | Shown all Android permissions with links to the code. | Cyrille Bagard |
2012-01-01 | Updated copyright dates. | Cyrille Bagard |
2010-12-21 | Redefined all existing kinds of Dalvik operands in a proper way. | Cyrille Bagard |
2010-12-20 | Begun to clean the code by moving the disassembling process into disass/. | Cyrille Bagard |
2010-11-11 | Built some expressions for the decompilation tree. | Cyrille Bagard |
2010-11-02 | Built a linked list of disassembled instructions. | Cyrille Bagard |
2010-05-17 | Given more details for each operand relative to one DEX pool. | Cyrille Bagard |
2009-10-07 | Created a function to load n x86 operands and supported extra x86 opcodes. | Cyrille Bagard |
2009-08-09 | Reorganized the way formats are handled (Java and PE got disabled, Dwarf is e... | Cyrille Bagard |
2009-07-19 | Encapsulated all recognized variables in the stack using a new plugin (need t... | Cyrille Bagard |
2009-07-18 | Computed the end of routines with no limit. | Cyrille Bagard |
2009-06-16 | Made links between lines of code (x86 only). | Cyrille Bagard |
2009-05-31 | Supported a new architecture (MIPS). | Cyrille Bagard |
2009-05-17 | Used only the new format of processor/instructions/operands for x86. | Cyrille Bagard |
2009-05-11 | Reorganized the way the program is built again and added partial support for ... | Cyrille Bagard |
2008-11-10 | Shown/hidden virtual addresses / binary code. | Cyrille Bagard |
2008-07-27 | Supported new x86 opcodes (nop and mov). | Cyrille Bagard |
2008-07-26 | Parsed x86 binary data and displayed the result. | Cyrille Bagard |