capstone/arch/X86
2015-08-10 00:03:21 -07:00
..
X86ATTInstPrinter.c x86: truncat immediate for non-64bit. this fixes the disassembly of the code e9e9eeeeee in 32bit mode 2015-07-11 10:00:29 +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: fix need_zero_prefix() for MASM syntax 2015-08-10 00:03:21 -07:00
X86Mapping.c support new syntax CS_OPT_SYNTAX_MASM for X86 2015-08-09 10:34:19 -07: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