capstone/arch/X86
2015-08-19 01:31:58 +08:00
..
X86ATTInstPrinter.c x86: fix target addresses of CALL/JMP rel16. bug reported by Ruslan Kabatsayev 2015-08-15 13:20:04 +08:00
X86BaseInfo.h 2015 2015-03-04 17:45:23 +08:00
X86Disassembler.c x86: initialize cs_x86.{xop_cc, eflags} 2015-04-01 01:30:34 +08:00
X86Disassembler.h 2015 2015-03-04 17:45:23 +08:00
X86DisassemblerDecoder.c x86: treat prefix-only sequences of bytes as invalid code. this fixes a NDP reported by @felixgr 2015-06-16 11:57:22 +08:00
X86DisassemblerDecoder.h Add support to embed Capstone 3.x branch into OS X kernel extensions. 2015-04-09 18:28:19 +01:00
X86DisassemblerDecoderCommon.h x86: update core. also update all the bindings Java, Ocaml & Python 2015-03-06 00:52:49 +08:00
X86GenAsmWriter1_reduce.inc x86: make all shifted instructions to support first operand in AT&T syntax. issue reported by @bipulr 2015-05-16 15:38:09 +08:00
X86GenAsmWriter1.inc x86: make all shifted instructions to support first operand in AT&T syntax. issue reported by @bipulr 2015-05-16 15:38:09 +08:00
X86GenAsmWriter_reduce.inc x86: make all shifted instructions to support first operand in AT&T syntax. issue reported by @bipulr 2015-05-16 15:38:09 +08:00
X86GenAsmWriter.inc x86: fix value of access field for some instructions. bug reported by Ben Nagy 2015-05-27 23:55:30 +07:00
X86GenDisassemblerTables_reduce.inc x86: reduce mode support for the upgraded core 2015-03-06 12:21:50 +08:00
X86GenDisassemblerTables.inc x86: make all shifted instructions to support first operand in AT&T syntax. issue reported by @bipulr 2015-05-16 15:38:09 +08:00
X86GenInstrInfo_reduce.inc x86: reduce mode support for the upgraded core 2015-03-06 12:21:50 +08:00
X86GenInstrInfo.inc x86: update core. also update all the bindings Java, Ocaml & Python 2015-03-06 00:52:49 +08:00
X86GenRegisterInfo.inc x86: update core. also update all the bindings Java, Ocaml & Python 2015-03-06 00:52:49 +08:00
X86ImmSize.inc fix autogen_x86imm.py to handle some special instructions. this fixed issue #411 reported by @pancake 2015-06-30 20:49:55 +08:00
X86InstPrinter.h 2015 2015-03-04 17:45:23 +08:00
X86IntelInstPrinter.c x86: handle some tricky 16bit code in issue #456 2015-08-19 01:31:58 +08:00
X86Mapping.c x86: REPNE prefix is valid for LODSD. this fixes the bug reported by Ruslan Kabatsayev 2015-08-14 22:09:07 +08:00
X86Mapping.h x86: handle operand size properly for immediate operands 2015-06-28 12:18:13 +08:00
X86MappingInsn_reduce.inc x86: CALL should modify stack pointer register. also, relative CALL should references instruction pointer. issue reported by @zachriggle 2015-05-15 12:13:07 +08:00
X86MappingInsn.inc x86: CALL should modify stack pointer register. also, relative CALL should references instruction pointer. issue reported by @zachriggle 2015-05-15 12:13:07 +08:00
X86MappingInsnOp_reduce.inc x86: fix operand access info of string instructions 2015-04-03 16:47:43 +08:00
X86MappingInsnOp.inc add CS_AC_READ for X86_CALL16r, X86_CALL32r, X86_CALL64r, X86_JMP16r, X86_JMP32r, X86_JMP64r 2015-06-19 17:19:27 +02:00
X86Module.c support new syntax CS_OPT_SYNTAX_MASM for X86 2015-08-09 10:34:19 -07:00