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 b3e26fdaa6 x86: add prefix constant REPE 10 years ago
..
arm.h arm: add lshift field to arm_op_mem to provide left-shift value for index register in some memory op. issue reported by @jabba2989 10 years ago
arm64.h arm64: for operand type IMM, value should have the type int64_t, not int32_t. all bindings should be fixed 10 years ago
capstone.h bump version to 4.0 10 years ago
mips.h use common instruction groups across all architectures. this adds cs_group_type to capstone.h. suggestion by @zneak 10 years ago
platform.h stdbool.h is only available in C99-supported compiler 11 years ago
ppc.h use common instruction groups across all architectures. this adds cs_group_type to capstone.h. suggestion by @zneak 10 years ago
sparc.h use common instruction groups across all architectures. this adds cs_group_type to capstone.h. suggestion by @zneak 10 years ago
systemz.h use common instruction groups across all architectures. this adds cs_group_type to capstone.h. suggestion by @zneak 10 years ago
x86.h x86: add prefix constant REPE 10 years ago
xcore.h use common instruction groups across all architectures. this adds cs_group_type to capstone.h. suggestion by @zneak 10 years ago