capstone/arch/X86
Nguyen Anh Quynh f1b05083a7 x86: cleanup unused stuff 2014-01-08 14:53:09 +08:00
..
X86ATTInstPrinter.c move internal memory management declarations from utils.h to cs_priv.h 2014-01-05 11:35:47 +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 rename some old header guards from SB to CS 2014-01-02 12:44:20 +08: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 rename some old header guards from SB to CS 2014-01-02 12:44:20 +08:00
X86DisassemblerDecoderCommon.h rename some old header guards from SB to CS 2014-01-02 12:44:20 +08:00
X86GenAsmWriter.inc add new option CS_OPT_MEM for cs_option(): this enable user-defined dynamic memory management. idea proposed by Pancake 2014-01-05 11:19:04 +08:00
X86GenAsmWriter1.inc add new option CS_OPT_MEM for cs_option(): this enable user-defined dynamic memory management. idea proposed by Pancake 2014-01-05 11:19:04 +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 x86: cleanup unused stuff 2014-01-08 14:53:09 +08:00
X86InstPrinter.h rename some old header guards from SB to CS 2014-01-02 12:44:20 +08:00
X86IntelInstPrinter.c move internal memory management declarations from utils.h to cs_priv.h 2014-01-05 11:35:47 +08:00
mapping.c no longer need to free insn_cache for each arch: simply do it from cs_close() 2014-01-07 10:56:04 +08:00
mapping.h no longer need to free insn_cache for each arch: simply do it from cs_close() 2014-01-07 10:56:04 +08:00
module.c no longer need to free insn_cache for each arch: simply do it from cs_close() 2014-01-07 10:56:04 +08:00