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 a9ffb440f8 replace strdup() with our cs_strdup(), which call cs_mem_malloc() internally 11 years ago
..
MipsDisassembler.c move internal memory management declarations from utils.h to cs_priv.h 11 years ago
MipsDisassembler.h Use const on all read-only buffers 11 years ago
MipsGenAsmWriter.inc replace strdup() with our cs_strdup(), which call cs_mem_malloc() internally 11 years ago
MipsGenDisassemblerTables.inc mips: update core 11 years ago
MipsGenInstrInfo.inc mips: update core 11 years ago
MipsGenRegisterInfo.inc mips: update core 11 years ago
MipsGenSubtargetInfo.inc mips: update core 11 years ago
MipsInstPrinter.c replace strdup() with our cs_strdup(), which call cs_mem_malloc() internally 11 years ago
MipsInstPrinter.h initial import 11 years ago
mapping.c mips: update core 11 years ago
mapping.h no longer need to free insn_cache for each arch: simply do it from cs_close() 11 years ago
module.c rename memory function pointer types to have cs_ prefix. also rename internal function pointers my_* to have cs_mem_ prefix - suggested by Pancake 11 years ago