summaryrefslogtreecommitdiff
path: root/src/arch/instruction.c
AgeCommit message (Expand)Author
2012-12-16Reintroduced the delayed disassembling of binaries.Cyrille Bagard
2012-12-08Cut instructions flow into blocks (to be continued).Cyrille Bagard
2012-12-04Listed accesses to registers.Cyrille Bagard
2012-11-19Handled Dalvik exception handlers in the graphic view.Cyrille Bagard
2012-11-05Removed the old interface for rendering lines.Cyrille Bagard
2012-09-15Shown all Android permissions with links to the code.Cyrille Bagard
2012-07-23Improved decompilation of Dalvik bytecode.Cyrille Bagard
2012-03-25Scrolled to the selected symbol.Cyrille Bagard
2012-01-01Updated copyright dates.Cyrille Bagard
2011-12-23Decoded Dalvik pseudo-instructions properly.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-11-11Built some expressions for the decompilation tree.Cyrille Bagard
2010-11-02Built a linked list of disassembled instructions.Cyrille Bagard
2010-05-17Given more details for each operand relative to one DEX pool.Cyrille Bagard
2010-04-11Cleaned the code by removing all references to the old GtkTextBuffer usage.Cyrille Bagard
2010-04-11Provided a faster than GTK display buffer.Cyrille Bagard
2010-03-21Allowed a simple export of an assembly content.Cyrille Bagard
2009-10-07Created a function to load n x86 operands and supported extra x86 opcodes.Cyrille Bagard
2009-08-30Rendered using the GTK buffer (crappy version).Cyrille Bagard
2009-08-09Reorganized the way formats are handled (Java and PE got disabled, Dwarf is e...Cyrille Bagard
2009-07-19Encapsulated all recognized variables in the stack using a new plugin (need t...Cyrille Bagard
2009-07-18Computed the end of routines with no limit.Cyrille Bagard
2009-06-16Made links between lines of code (x86 only).Cyrille Bagard
2009-05-31Supported a new architecture (MIPS).Cyrille Bagard
2009-05-17Used only the new format of processor/instructions/operands for x86.Cyrille Bagard
2009-05-11Reorganized the way the program is built again and added partial support for ...Cyrille Bagard
2008-11-10Shown/hidden virtual addresses / binary code.Cyrille Bagard
2008-10-19Registered symbols found in the PLT.Cyrille Bagard
2008-07-27Supported new x86 opcodes (nop and mov).Cyrille Bagard
2008-07-26Parsed x86 binary data and displayed the result.Cyrille Bagard