summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-10-12Processed skipped instructions and used contexts.Cyrille Bagard
2011-10-05Supported a few more Dalvik opcodes.Cyrille Bagard
2011-10-01Defined the first real [python] plugin.Cyrille Bagard
2011-07-11Shown a small version info with all major used directories.Cyrille Bagard
2011-07-11Saved improvements of binaries support.Cyrille Bagard
2011-01-06Attached the debugger to a given target.Cyrille Bagard
2011-01-05Extended the logging system.Cyrille Bagard
2011-01-03Moved all menus related stuff into 'src/gui/menus'.Cyrille Bagard
2010-12-31Supported a first basic packet of the Java Debug Wire Protocol.Cyrille Bagard
2010-12-21Redefined all existing kinds of Dalvik operands in a proper way.Cyrille Bagard
2010-12-20Begun to clean the code by moving the disassembling process into disass/.Cyrille Bagard
2010-12-12Created an instruction for the 'If Then Else' blocks.Cyrille Bagard
2010-12-08Deleted the useless ptrace() based debugger for portability.Cyrille Bagard
2010-12-08Decompiled a few more arithmetic Dex opcodes.Cyrille Bagard
2010-12-05Added scrolling capabilities to buffered view.Cyrille Bagard
2010-12-02Decompiled more Dex instructions (const and return).Cyrille Bagard
2010-12-02Improved the rendering of decompiled Dex code.Cyrille Bagard
2010-11-28Loaded all buffers of decompiled files.Cyrille Bagard
2010-11-14Typo.Cyrille Bagard
2010-11-14Loaded source file from Dex classes.Cyrille Bagard
2010-11-12Changed the display of the pseudo registers by using an index.Cyrille Bagard
2010-11-11Typo.Cyrille Bagard
2010-11-11Built some expressions for the decompilation tree.Cyrille Bagard
2010-11-06Defined the entry point for decompilations.Cyrille Bagard
2010-11-04Introduced translations.Cyrille Bagard
2010-11-02Typo.Cyrille Bagard
2010-11-02Built a linked list of disassembled instructions.Cyrille Bagard
2010-10-24Removed dead code.Cyrille Bagard
2010-10-24Introduced new views for rendering source code.Cyrille Bagard
2010-10-10Introduced menu item accelerators.Cyrille Bagard
2010-08-18Supported several extra x86 instructions.Cyrille Bagard
2010-08-16Supported several extra x86 instructions.Cyrille Bagard
2010-08-10Improved the code by using Flex functions.Cyrille Bagard
2010-08-10Improved Itanium demangling.Cyrille Bagard
2010-08-01Cleaned the code and provided a fast way to demangle strings.Cyrille Bagard
2010-08-01Updated Itanium demangling by using the new contexts.Cyrille Bagard
2010-08-01Deleted the 'AsmOperandSize' definition and set the x86 minimal instruction s...Cyrille Bagard
2010-07-29Improved the GDB client.Cyrille Bagard
2010-07-17Reorganized the debug directories.Cyrille Bagard
2010-07-17Restored the breakpoints in the GUI.Cyrille Bagard
2010-07-11Typo.Cyrille Bagard
2010-06-27Defined the minimal instruction size for a given architecture.Cyrille Bagard
2010-06-27Fixed many bugs with the branch targets and supported one sub opcode.Cyrille Bagard
2010-06-20Supported more Dalvik opcodes.Cyrille Bagard
2010-06-15Looked at access flags for computing native methods size.Cyrille Bagard
2010-06-14Made the program stronger by handling more errors.Cyrille Bagard
2010-06-06Fixed a bug: forget the return type when dealing with converting options.Cyrille Bagard
2010-06-06Used a treeview with icons to show all known symbols.Cyrille Bagard
2010-06-01Registered all found DEX routines.Cyrille Bagard
2010-05-23Supported extra Dalvik opcodes.Cyrille Bagard