capstone-engine/capstone
Capstone disassembly/disassembler framework for ARM, ARM64 (ARMv8), Alpha, BPF, Ethereum VM, HPPA, LoongArch, M68K, M680X, Mips, MOS65XX, PPC, RISC-V(rv32G/rv64G), SH, Sparc, SystemZ, TMS320C64X, TriCore, Webassembly, XCore and X86. observed · 2026-08-28
Health v2 · maintenance only
97/100
- Activity 99
- Release rhythm 94
- Longevity 100
Flags: no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 27
- age_days: 4663
- days_rel: 43
- days_push: 9
- n_releases_24m: 14
Adoption not part of the score
8976 stars · 1718 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Capstone is a lightweight, multi-architecture, multi-platform disassembly framework written in pure C, designed to be the ultimate disassembly engine for binary analysis and reverse engineering. It provides a clean architecture-neutral API with detailed instruction decomposition and semantics, plus bindings for many languages including Python, Java, Go, and Rust.
Use cases
- disassemble x86 machine code into readable assembly
- analyze malware binaries with a disassembly engine
- build a custom reverse engineering or binary analysis tool
- disassemble ARM or ARM64 firmware
- embed a disassembler into a security tool or OS kernel
- decode RISC-V or MIPS instructions in an emulator
- extract instruction semantics like implicit register reads and writes
When to choose
- you need a fast, thread-safe disassembler supporting many CPU architectures
- you want a lightweight C library embeddable in firmware, kernels, or other tools
- you need detailed instruction decomposition and semantics across architectures
- you want bindings for your language of choice (Python, Go, Rust, Java, etc.)
When to avoid
- you need a full interactive disassembler with a GUI like Ghidra or IDA
- you need decompilation to high-level pseudocode rather than raw assembly
- you only target a single architecture and a simpler specialized disassembler suffices
Facets
library · maturity stable
reverse-engineering parser security developer-tools security reverse-engineering developer-tools windows cross-platform python go rust jvm cpp c disassembler binary-analysis multi-architecture malware-analysis x86 arm riscv mips bindings linux macos android ios nodejs
4 sources
- readme: https://github.com/capstone-engine/capstone · fetched 2026-08-28 · f82bb566070b
- homepage: http://www.capstone-engine.org · fetched 2026-08-29 · cef3ee343d3b
- site_page: http://www.capstone-engine.org/documentation.html · fetched 2026-08-29 · 91a8a3f579e0
- site_page: http://www.capstone-engine.org/features.html · fetched 2026-08-29 · 688ae0cd3cf1
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| capstone-engine/capstone | main | 97 |
For agents
markdown · JSON · MCP: product_card(name="capstone-engine/capstone")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem