Capstone disassembly/disassembler framework: Core (Arm, Arm64, BPF, EVM, M68K, M680X, MOS65xx, Mips, PPC, RISCV, Sparc, SystemZ, TMS320C64x, Web Assembly, X86, X86_64, XCore) + bindings. (bloaty 依赖)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Nguyen Anh Quynh ee143c8c6c fix a crashed bug in cs_close(): call destroy function before freeing handle's memory 11 years ago
..
X86ATTInstPrinter.c initial support for PPC 11 years ago
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 11 years ago
X86Disassembler.h rename some old header guards from SB to CS 11 years ago
X86DisassemblerDecoder.c x86: calculate op_size properly in special cases regarding rax, eax, ax, al registers 11 years ago
X86DisassemblerDecoder.h rename some old header guards from SB to CS 11 years ago
X86DisassemblerDecoderCommon.h rename some old header guards from SB to CS 11 years ago
X86GenAsmWriter.inc x86: print segment register in some insns with memory references. This fixes the bug reported by Edgar & Attila 11 years ago
X86GenAsmWriter1.inc x86: properly output insb/insd instruction with the right mode. bug reported by Pancake 11 years ago
X86GenDisassemblerTables.inc x86: update core engine 11 years ago
X86GenInstrInfo.inc x86: update core engine 11 years ago
X86GenRegisterInfo.inc initial import 11 years ago
X86InstPrinter.h rename some old header guards from SB to CS 11 years ago
X86IntelInstPrinter.c initial support for PPC 11 years ago
mapping.c fix a crashed bug in cs_close(): call destroy function before freeing handle's memory 11 years ago
mapping.h cache insns for fast lookup in mapping.c. based on the idea of Dang Hoang Vu 11 years ago
module.c cache insns for fast lookup in mapping.c. based on the idea of Dang Hoang Vu 11 years ago