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 aa078a1c4a more fixes on C coding style 11 years ago
..
AArch64BaseInfo.c Initial set of changes to support building with MSVC 2013. Right now there's a bunch fo assumptions in the .vcxproj file and some things are not as clean as they should be, but it does build a full build and works (at least the x86 side). The point of this initial checkpoint is to make sure that nothing breaks on the GCC side, that everyone is ok with the changes to the source (or if better fixes/typing can be done). 11 years ago
AArch64BaseInfo.h arm64: make the code closer to llvm code 11 years ago
AArch64Disassembler.c fix C coding style 11 years ago
AArch64Disassembler.h rename some old header guards from SB to CS 11 years ago
AArch64GenAsmWriter.inc replace strdup() with our cs_strdup(), which call cs_mem_malloc() internally 11 years ago
AArch64GenDisassemblerTables.inc Additional MSVC fixes, including to fixed tables (temporary so Quynh can see what to do). 11 years ago
AArch64GenInstrInfo.inc arm64: update core 11 years ago
AArch64GenRegisterInfo.inc arm64: update core 11 years ago
AArch64GenSubtargetInfo.inc arm64: update core 11 years ago
AArch64InstPrinter.c fix C coding style 11 years ago
AArch64InstPrinter.h detail option: provide instruction id even when detail option is OFF 11 years ago
AArch64Mapping.c Initial set of changes to support building with MSVC 2013. Right now there's a bunch fo assumptions in the .vcxproj file and some things are not as clean as they should be, but it does build a full build and works (at least the x86 side). The point of this initial checkpoint is to make sure that nothing breaks on the GCC side, that everyone is ok with the changes to the source (or if better fixes/typing can be done). 11 years ago
AArch64Mapping.h rename mapping.c, mapping.h, module.c to have arch prefix. suggested by Alex Ionescu 11 years ago
AArch64Module.c more fixes on C coding style 11 years ago