Capstone Disassembler Framework

Capstone Engine is a powerful disassembly framework designed to be the ultimate engine for binary analysis and reversing in the security community. Developed by Nguyen Anh Quynh and maintained by a small community, Capstone supports multiple hardware architectures and offers a clean, lightweight API. Unique features include detailed information on disassembled instructions and semantics, as well as native support for various popular platforms. Capstone is thread-safe, high performance, and suitable for malware analysis. It is distributed under the open source BSD license. The project also provides comprehensive documentation, tutorials, and support for contributions and fuzz testing. Join the Capstone community and explore its capabilities further at https://www.capstone-engine.org.

https://github.com/capstone-engine/capstone

To top