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 9148420b0d replace strcasecmp() with strcmp() 10 years ago
..
MipsDisassembler.c avoid using stdbool.h to support compilers without C99 support 11 years ago
MipsDisassembler.h Disassembler -> Disassembly 10 years ago
MipsGenAsmWriter.inc do not initialize some local vars unnecessarily. this problem was introduced when we fixed C89 issues for MSVC 11 years ago
MipsGenDisassemblerTables.inc make checkDecoderPredicate() handle boolean casting for MSVC 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 enable arch code from source with CAPSTONE_HAS_* for MSVC to pick up 11 years ago
MipsInstPrinter.h Disassembler -> Disassembly 10 years ago
MipsMapping.c replace strcasecmp() with strcmp() 10 years ago
MipsMapping.h Disassembler -> Disassembly 10 years ago
MipsModule.c enable arch code from source with CAPSTONE_HAS_* for MSVC to pick up 11 years ago