summaryrefslogtreecommitdiff
path: root/src/arch/artificial.c
AgeCommit message (Expand)Author
2015-02-16Added a basic support for Mobicore truslets.Cyrille Bagard
2015-01-24Introduced conditional calls in instruction definition rules.Cyrille Bagard
2014-12-04Provided a new way to build the full name of each instruction and cached it.Cyrille Bagard
2014-08-05Defined the first steps for a new disassembling approach.Cyrille Bagard
2014-07-31Improved the way code is decoded by avoiding to propagate the base address ev...Cyrille Bagard
2014-04-28Updated all copyright headers.Cyrille Bagard
2012-01-01Updated copyright dates.Cyrille Bagard
2011-10-12Processed skipped instructions and used contexts.Cyrille Bagard
2010-08-01Deleted the 'AsmOperandSize' definition and set the x86 minimal instruction s...Cyrille Bagard
2010-06-27Defined the minimal instruction size for a given architecture.Cyrille Bagard
2010-05-13Supported Dalvik VM / DEX (partially).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-06-16Made links between lines of code (x86 only).Cyrille Bagard
2009-05-11Reorganized the way the program is built again and added partial support for ...Cyrille Bagard