summaryrefslogtreecommitdiff
path: root/src/arch/instruction.h
AgeCommit message (Expand)Author
2015-09-11Created an interface from the original GBinContent object.Cyrille Bagard
2015-07-24Replaced all remaining raw accesses to binary contents with the GBinContent w...Cyrille Bagard
2015-07-12Defined AIF_RETURN_POINT to replace the previous 'return' accessors.Cyrille Bagard
2015-04-25Registered suitable linkage hooks and defined right links between instructions.Cyrille Bagard
2015-04-05Fixed various bugs in the graph layout.Cyrille Bagard
2015-03-31Saved some progress in the definition of basic blocks.Cyrille Bagard
2015-03-18Computed limits for all routines according to existing symbols.Cyrille Bagard
2015-03-08Handle cross references as well as entry points.Cyrille Bagard
2015-02-16Added a basic support for Mobicore truslets.Cyrille Bagard
2015-01-24Introduced conditional calls in instruction definition rules.Cyrille Bagard
2015-01-04Disabled lots of debug messages and fixed some symbols related bugs.Cyrille Bagard
2014-12-25Cleaned all the code for immediate operands.Cyrille Bagard
2014-12-16Created operands for resolving symbols in disassembly code.Cyrille Bagard
2014-12-04Provided a new way to build the full name of each instruction and cached it.Cyrille Bagard
2014-10-11Improved the disassembling process using memory ranges.Cyrille Bagard
2014-09-17Introduced memory ranges.Cyrille Bagard
2014-08-25Loaded lots of ELF header information as symbols.Cyrille Bagard
2014-08-19Added a demo symbol when loading an ELF header.Cyrille Bagard
2014-08-05Defined the first steps for a new disassembling approach.Cyrille Bagard
2014-04-28Updated all copyright headers.Cyrille Bagard
2013-03-19Defined the first steps towards new graph renderings.Cyrille Bagard
2013-03-10Extended and improved some parts of instructions.Cyrille Bagard
2013-02-10Improved the disassembling process by handling loops in code.Cyrille Bagard
2013-01-31Saved the first steps of switch instructions decompilation.Cyrille Bagard
2013-01-09Restored some parts of the decompilation process using the new basic blocks.Cyrille Bagard
2012-12-16Reintroduced the delayed disassembling of binaries.Cyrille Bagard
2012-12-10Took care of Dalvik switch cases.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-01-01Updated copyright dates.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
2009-10-07Created a function to load n x86 operands and supported extra x86 opcodes.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-07-27Supported new x86 opcodes (nop and mov).Cyrille Bagard
2008-07-26Parsed x86 binary data and displayed the result.Cyrille Bagard