1Capstone is a lightweight multi-platform, multi-architecture disassembly 2framework. 3 4Features: 5 * Supported architectures: ARM, ARM64 (aka ARMv8), Mips, PowerPC, Sparc, 6 SystemZ, X86, X86_64 & XCore. 7 * Clean/simple/lightweight/intuitive architecture-neutral API 8 * Provide details on disassembled instruction (called "decomposer") 9 * Provide some semantics of the disassembled instruction, such as list of 10 implicit registers read & written. 11 * Implemented in pure C language, with bindings for Python, Ruby, C#, Java, 12 Javascript, GO, OCaml & Vala available. 13 * Native support for Windows & *nix (including MacOSX, Linux, *BSD & Solaris) 14 * Thread-safe by design 15 * Distributed under the open source BSD license 16 17WWW: http://capstone-engine.org/ 18