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 c96f1b06b2 x86: fix Out-of-bounds read error in is16BitEquivalent(). issue reported by Coverity 10 years ago
..
AArch64AddressingModes.h arm64: change headerguard for AArch64AddressingModes.h 10 years ago
AArch64BaseInfo.c arm64: update core. this added a lot more details to cs_arm64_op struct 10 years ago
AArch64BaseInfo.h arm64: update core. this added a lot more details to cs_arm64_op struct 10 years ago
AArch64Disassembler.c arm64: vector_index = 0 is valid. this changed invalid value of vector_index to -1 10 years ago
AArch64Disassembler.h
AArch64GenAsmWriter.inc arm64: printAliasInstr() should handle \t (besides space) as separate char between mnemonic & operands 10 years ago
AArch64GenDisassemblerTables.inc arm64: update core. this added a lot more details to cs_arm64_op struct 10 years ago
AArch64GenInstrInfo.inc arm64: update core. this added a lot more details to cs_arm64_op struct 10 years ago
AArch64GenRegisterInfo.inc arm64: update core. this added a lot more details to cs_arm64_op struct 10 years ago
AArch64GenSubtargetInfo.inc arm64: update core. this added a lot more details to cs_arm64_op struct 10 years ago
AArch64InstPrinter.c x86: fix Out-of-bounds read error in is16BitEquivalent(). issue reported by Coverity 10 years ago
AArch64InstPrinter.h
AArch64Mapping.c rename all the constants marking ending from _MAX to _ENDING. this also updates Java/Python/Ocaml bindings accordingly 10 years ago
AArch64Mapping.h arm64: update core. this added a lot more details to cs_arm64_op struct 10 years ago
AArch64Module.c