summaryrefslogtreecommitdiff
path: root/src/arch/arm
AgeCommit message (Expand)Author
2015-07-12Defined AIF_RETURN_POINT to replace the previous 'return' accessors.Cyrille Bagard
2015-07-09Tried to use virtual addresses as often as possible.Cyrille Bagard
2015-06-18Fixed and extended the support for ARM v7 instructions.Cyrille Bagard
2015-06-14Done not miss some 'pop' instructions as return points.Cyrille Bagard
2015-06-14Handled properly the sign extension when extending values.Cyrille Bagard
2015-05-11Provided a way to look for ROP gadgets in binary code.Cyrille Bagard
2015-05-06Removed some GCC warnings by casting variables or moving definitions.Cyrille Bagard
2015-05-05Made labels for symbols look nicer.Cyrille Bagard
2015-04-29Implemented a new category of instructions from Thumb32.Cyrille Bagard
2015-04-27Allowed to compile the project from a fresh install by fixing mistakes.Cyrille Bagard
2015-04-25Registered suitable linkage hooks and defined right links between instructions.Cyrille Bagard
2015-04-25Removed some debug messages.Cyrille Bagard
2015-04-01Fixed the definition of inner blocks by cutting at the right starting position.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-11Loaded the ELF header at a proper virtual address.Cyrille Bagard
2015-03-03Loaded and displayed found strings in ELF.Cyrille Bagard
2015-02-16Added a basic support for Mobicore truslets.Cyrille Bagard
2015-02-01Added some development assertions and avoided to load code twice.Cyrille Bagard
2015-01-30Bound a symbol for each loaded value for 'ldr' instructions.Cyrille Bagard
2015-01-25Added a fixed address for the start of the '.plt' section and improved the di...Cyrille Bagard
2015-01-24Introduced conditional calls in instruction definition rules.Cyrille Bagard
2015-01-18Rebuilt the final Makefile only if its sources have changed.Cyrille Bagard
2015-01-16Fixed mistakes between lower cases and upper cases in encodings, once again (!).Cyrille Bagard
2015-01-16Supported new ARMv7 instructions and fixed several bugs in ARM/Thumb decodings.Cyrille Bagard
2015-01-14Supported new ARMv7 instructions and fixed a silent bug in a computed mask.Cyrille Bagard
2015-01-10Extended the grammar to allow hooks inclusion.Cyrille Bagard
2015-01-09Chosen the right encoding to use when disassembling ARM binary.Cyrille Bagard
2015-01-04Disabled lots of debug messages and fixed some symbols related bugs.Cyrille Bagard
2014-12-30Tracked each binary area during the disassembling process and tried to follow...Cyrille Bagard
2014-12-25Cleaned all the code for immediate operands.Cyrille Bagard
2014-12-24Improved the generation of source code: there are now templates and one file ...Cyrille Bagard
2014-12-16Created operands for resolving symbols in disassembly code.Cyrille Bagard
2014-12-10Supported a new ARMv7 instruction.Cyrille Bagard
2014-12-09Supported new ARMv7 instructions.Cyrille Bagard
2014-12-08Supported new ARMv7 instructions.Cyrille Bagard
2014-12-05Defined a new kind of operands for memory accesses.Cyrille Bagard
2014-12-04Provided a new way to build the full name of each instruction and cached it.Cyrille Bagard
2014-12-04Processed ARM / Thumb16 / Thumb32 data int the proper way.Cyrille Bagard
2014-12-03Begun to support more than the only 'ARMv7' architecture for ARM (ARM / Thumb...Cyrille Bagard
2014-12-02Extended the compiler by allowing more than one type of Thumb.Cyrille Bagard
2014-12-01Recognized Thumb 16 instructions and most of the Thumb 32 ones.Cyrille Bagard
2014-11-25Extended the range of supported ARMv7 instructions.Cyrille Bagard
2014-11-24Update the list of handled ARM instructionsCyrille Bagard
2014-11-15Given the d2c compiler its own directory.Cyrille Bagard
2014-11-14Rewritten and extended the whole code for the instructions definitions compiler.Cyrille Bagard
2014-10-12Disabled or removed some debug code.Cyrille Bagard
2014-10-11Modified and rebuilt targets only when needed.Cyrille Bagard
2014-10-07Created a compiler for architecture instruction definitions.Cyrille Bagard
2014-10-06Got prepared to disassemble some ARMv7 instructions.Cyrille Bagard