capstone/arch/ARM
Nguyen Anh Quynh 336bf29230 Merge branch 'next' of https://github.com/0vercl0k/capstone into msvc2 2014-05-09 07:10:47 +08:00
..
ARMAddressingModes.h first changes to get a successfully compiled version of capstone on VS2012 2014-05-08 23:44:49 +01:00
ARMBaseInfo.h ARM: Fix bunch of issues 2013-12-11 17:35:27 +08:00
ARMDisassembler.c first changes to get a successfully compiled version of capstone on VS2012 2014-05-08 23:44:49 +01:00
ARMDisassembler.h x86: properly handle LOCK/REP in the core, so remove buch of hacks 2014-05-07 08:25:24 +08:00
ARMGenAsmWriter.inc arm: support asm syntax CS_OPT_SYNTAX_NOREGNAME to print out registers with numbers (ex: 'r11' rather than 'fp') 2014-03-11 00:18:50 +08:00
ARMGenDisassemblerTables.inc first changes to get a successfully compiled version of capstone on VS2012 2014-05-08 23:44:49 +01:00
ARMGenInstrInfo.inc arm: update core 2014-02-19 12:52:50 +08:00
ARMGenRegisterInfo.inc arm: update core 2014-01-15 16:01:55 +08:00
ARMGenSubtargetInfo.inc arm: update core 2014-01-15 16:01:55 +08:00
ARMInstPrinter.c first changes to get a successfully compiled version of capstone on VS2012 2014-05-08 23:44:49 +01:00
ARMInstPrinter.h arm: support asm syntax CS_OPT_SYNTAX_NOREGNAME to print out registers with numbers (ex: 'r11' rather than 'fp') 2014-03-11 00:18:50 +08:00
ARMMapping.c arm: BLXi is another relative branch instruction to be fixed. bug reported by Giovanni Nanomad Condello 2014-05-09 07:02:51 +08:00
ARMMapping.h arm: update target branch having relative offset. issue reported by Giovanni Condello 2014-05-07 14:12:50 +08:00
ARMModule.c arm: support asm syntax CS_OPT_SYNTAX_NOREGNAME to print out registers with numbers (ex: 'r11' rather than 'fp') 2014-03-11 00:18:50 +08:00