Age | Commit message (Expand) | Author |
2011-12-25 | Supported a few more shl-related opcodes. | Cyrille Bagard |
2011-12-25 | Installed the plugin for APK files. | Cyrille Bagard |
2011-12-23 | Decoded Dalvik pseudo-instructions properly. | Cyrille Bagard |
2011-12-09 | Fixed an old bug: ensure the path used for configuration does exist before sa... | Cyrille Bagard |
2011-11-30 | Added the new "File" menu allowing to terminate the program. | Cyrille Bagard |
2011-10-26 | Added missing files. | Cyrille Bagard |
2011-10-12 | Processed skipped instructions and used contexts. | Cyrille Bagard |
2011-10-05 | Supported a few more Dalvik opcodes. | Cyrille Bagard |
2011-10-01 | Defined the first real [python] plugin. | Cyrille Bagard |
2011-07-11 | Shown a small version info with all major used directories. | Cyrille Bagard |
2011-07-11 | Saved improvements of binaries support. | Cyrille Bagard |
2011-01-06 | Attached the debugger to a given target. | Cyrille Bagard |
2011-01-05 | Extended the logging system. | Cyrille Bagard |
2011-01-03 | Moved all menus related stuff into 'src/gui/menus'. | Cyrille Bagard |
2010-12-31 | Supported a first basic packet of the Java Debug Wire Protocol. | 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-12-12 | Created an instruction for the 'If Then Else' blocks. | Cyrille Bagard |
2010-12-08 | Deleted the useless ptrace() based debugger for portability. | Cyrille Bagard |
2010-12-08 | Decompiled a few more arithmetic Dex opcodes. | Cyrille Bagard |
2010-12-05 | Added scrolling capabilities to buffered view. | Cyrille Bagard |
2010-12-02 | Decompiled more Dex instructions (const and return). | Cyrille Bagard |
2010-12-02 | Improved the rendering of decompiled Dex code. | Cyrille Bagard |
2010-11-28 | Loaded all buffers of decompiled files. | Cyrille Bagard |
2010-11-14 | Typo. | Cyrille Bagard |
2010-11-14 | Loaded source file from Dex classes. | Cyrille Bagard |
2010-11-12 | Changed the display of the pseudo registers by using an index. | Cyrille Bagard |
2010-11-11 | Typo. | Cyrille Bagard |
2010-11-11 | Built some expressions for the decompilation tree. | Cyrille Bagard |
2010-11-06 | Defined the entry point for decompilations. | Cyrille Bagard |
2010-11-04 | Introduced translations. | Cyrille Bagard |
2010-11-02 | Typo. | Cyrille Bagard |
2010-11-02 | Built a linked list of disassembled instructions. | Cyrille Bagard |
2010-10-24 | Removed dead code. | Cyrille Bagard |
2010-10-24 | Introduced new views for rendering source code. | Cyrille Bagard |
2010-10-10 | Introduced menu item accelerators. | Cyrille Bagard |
2010-08-18 | Supported several extra x86 instructions. | Cyrille Bagard |
2010-08-16 | Supported several extra x86 instructions. | Cyrille Bagard |
2010-08-10 | Improved the code by using Flex functions. | Cyrille Bagard |
2010-08-10 | Improved Itanium demangling. | Cyrille Bagard |
2010-08-01 | Cleaned the code and provided a fast way to demangle strings. | Cyrille Bagard |
2010-08-01 | Updated Itanium demangling by using the new contexts. | Cyrille Bagard |
2010-08-01 | Deleted the 'AsmOperandSize' definition and set the x86 minimal instruction s... | Cyrille Bagard |
2010-07-29 | Improved the GDB client. | Cyrille Bagard |
2010-07-17 | Reorganized the debug directories. | Cyrille Bagard |
2010-07-17 | Restored the breakpoints in the GUI. | Cyrille Bagard |
2010-06-27 | Defined the minimal instruction size for a given architecture. | Cyrille Bagard |
2010-06-27 | Fixed many bugs with the branch targets and supported one sub opcode. | Cyrille Bagard |
2010-06-20 | Supported more Dalvik opcodes. | Cyrille Bagard |
2010-06-15 | Looked at access flags for computing native methods size. | Cyrille Bagard |