capstone/arch/X86
2013-12-30 00:15:25 +08:00
..
mapping.c change API cs_disasm_dyn(): break cs_insn into 2 structures, and put all details into new structure cs_detail. this break API compatibility 2013-12-24 16:49:36 +08:00
mapping.h detail option: provide instruction id even when detail option is OFF 2013-12-14 10:45:09 +08:00
module.c initial support for PPC 2013-12-30 00:15:25 +08:00
X86ATTInstPrinter.c initial support for PPC 2013-12-30 00:15:25 +08:00
X86Disassembler.c change API cs_disasm_dyn(): break cs_insn into 2 structures, and put all details into new structure cs_detail. this break API compatibility 2013-12-24 16:49:36 +08:00
X86Disassembler.h Use const on all read-only buffers 2013-12-11 22:14:42 +01:00
X86DisassemblerDecoder.c x86: calculate op_size properly in special cases regarding rax, eax, ax, al registers 2013-12-13 18:28:38 +08:00
X86DisassemblerDecoder.h x86: update core engine 2013-12-01 00:05:22 +08:00
X86DisassemblerDecoderCommon.h x86: update core engine 2013-12-01 00:05:22 +08:00
X86GenAsmWriter1.inc x86: properly output insb/insd instruction with the right mode. bug reported by Pancake 2013-12-12 14:56:15 +08:00
X86GenAsmWriter.inc x86: print segment register in some insns with memory references. This fixes the bug reported by Edgar & Attila 2013-12-02 16:21:55 +08:00
X86GenDisassemblerTables.inc x86: update core engine 2013-12-01 00:05:22 +08:00
X86GenInstrInfo.inc x86: update core engine 2013-12-01 00:05:22 +08:00
X86GenRegisterInfo.inc initial import 2013-11-27 12:11:31 +08:00
X86InstPrinter.h initial import 2013-11-27 12:11:31 +08:00
X86IntelInstPrinter.c initial support for PPC 2013-12-30 00:15:25 +08:00