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.

50 lines
1.1 KiB

Documention of Capstone disassembly framework.
* Switching to 2.1 engine.
http://capstone-engine.org/version_2.1_API.html
* How to compile & install Capstone.
http://capstone-engine.org/documentation.html
* Programming with C language.
http://capstone-engine.org/lang_c.html
* Programming with Python language.
http://capstone-engine.org/lang_python.html
* Programming with Java language.
http://capstone-engine.org/lang_java.html
* Build compact engine with only selected architectures.
http://capstone-engine.org/compile.html
* Build "diet" engine for even smaller libraries.
http://capstone-engine.org/diet.html
* Build embedded engine for firmware/OS kernel.
http://capstone-engine.org/embed.html
* SKIPDATA mode to keep disassembling after hitting a broken instruction.
http://capstone-engine.org/skipdata.html
* Build X86-reduce engine for firmware/OS kernel.
11 years ago
http://capstone-engine.org/x86reduce.html
* Sample application on how to embed Capstone into Windows kernel driver.
https://github.com/aquynh/KernelProject
* Sample application on how to embed Capstone into Mac OSX Kext (kernel).
https://github.com/aquynh/CapstoneTest