macOS
brew install capstonelocal Homebrew formula metadata
sudo port install capstoneMacPorts ports tree · devel/capstone/Portfile · ソース: api.github.com
brew
capstone のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install capstonelocal Homebrew formula metadata
sudo port install capstoneMacPorts ports tree · devel/capstone/Portfile · ソース: api.github.com
sudo apk add capstoneAlpine Linux edge package indexes · capstone · ソース: dl-cdn.alpinelinux.org
sudo dnf install capstoneFedora Rawhide package metadata · capstone · ソース: dl.fedoraproject.org
nix profile install nixpkgs#capstonenixpkgs package indexes · pkgs/by-name/ca/capstone/package.nix · ソース: api.github.com
sudo pacman -S capstoneArch Linux sync databases · capstone · ソース: geo.mirror.pkgbuild.com
sudo zypper install capstoneopenSUSE Tumbleweed package metadata · capstone · ソース: download.opensuse.org
sudo apt install capstone-toolDebian stable package indexes · capstone-tool · ソース: deb.debian.org
scoop install main/capstoneScoop official bucket manifest trees · bucket/capstone.json · ソース: api.github.com
概要
Multi-platform, multi-architecture disassembly framework
履歴
Capstone is a lightweight, multi-platform, multi-architecture disassembly framework used in binary analysis, malware analysis, reverse engineering, and security tooling.
The official README says Capstone was created by Nguyen Anh Quynh and then developed and maintained by a small community. Its goal is to be an architecture-neutral disassembly engine for binary analysis and reversing in the security community.
Capstone's official site emphasizes a pure-C core, a simple API, detailed instruction decomposition, implicit register semantics, thread safety, embedding support for firmware or kernels, and native support across Windows, macOS, iOS, Android, Linux, BSD, Solaris, and other Unix-like systems.
The project appeared publicly on GitHub in 2013 and was presented in technical form at Black Hat USA 2014. By 2026 the official download page listed 6.0.0-Alpha9 as the current version, while GitHub releases showed active 5.x maintenance and 6.x alpha development.
Capstone became widely adopted because reverse-engineering tools needed a reusable disassembler library rather than every project owning architecture-specific decode code. The official site collects testimonials from reverse engineers and tool authors calling it a standard or gold standard disassembly engine.
The official documentation documents repository installation across Homebrew, MacPorts, Debian, Ubuntu, FreeBSD, OpenBSD, NetBSD, and Python packaging. The batch package metadata adds Alpine, Fedora, Nix, Arch, Scoop, and openSUSE, which reflects broad cross-platform packaging.
Developers embed Capstone as a library to disassemble bytes for many CPU architectures and retrieve instruction details. The Homebrew package also provides cstool, a command-line utility for quick disassembly tasks.
Capstone is used in reverse-engineering frameworks, malware-analysis tools, debuggers, firmware analysis, exploit research, and educational tooling. Bindings listed by the official site and README cover many languages, making the C engine available beyond C and C++ applications.
Capstone is package-nerd significant because it is a foundational native library with many downstream language bindings. A system package can satisfy C/C++ consumers, Python users, command-line users, and reverse-engineering tools that dynamically link against the same engine.
It also illustrates a common packaging headache: a security-oriented C library with fast-moving architecture support, multiple major branches, Python wheels, bindings outside the main tree, and tools that expect the CLI, headers, and shared library to line up.
セキュリティ状態
narrow executable package without higher-risk signals.
リスク グリーン · 信頼度 低 · appliance
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
cstool | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
https://github.com/capstone-engine/capstone
インストールメタデータ
| パッケージキー | brew:capstone |
|---|---|
| バージョン | 5.0.9 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/capstone |
| ホームページ | https://www.capstone-engine.org/ |
| リポジトリ | https://github.com/capstone-engine/capstone |
| 上流ドキュメント | https://www.capstone-engine.org/documentation.html |
| ライセンス | BSD-3-Clause |
| ソースアーカイブ | https://github.com/capstone-engine/capstone/archive/refs/tags/5.0.9.tar.gz |
| 最終更新 | 2026-05-28T18:49:05Z |
| Pulse | updated |
| 依存関係 | gettext |
| Bottle | 利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | 未定義 |
| サービス | 宣言なし |
レジストリ情報
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | capstone |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
capstone-tool 5.0.7-1~deb13u1
lightweight multi-architecture disassembly framework - command line tool
https://www.capstone-engine.org/
sudo apt install capstone-toollibcapstone-dev 5.0.7-1~deb13u1
lightweight multi-architecture disassembly framework - devel files
https://www.capstone-engine.org/
sudo apt install libcapstone-devlibcapstone5 5.0.7-1~deb13u1
lightweight multi-architecture disassembly framework - library
https://www.capstone-engine.org/
sudo apt install libcapstone5python3-capstone 5.0.7-1~deb13u1
lightweight multi-architecture disassembly framework - Python bindings
https://www.capstone-engine.org/
sudo apt install python3-capstonecapstone
nix profile install nixpkgs#capstonecapstone-tool 4.0.2-5.1build1
lightweight multi-architecture disassembly framework - command line tool
https://www.capstone-engine.org/
sudo apt install capstone-toollibcapstone-dev 4.0.2-5.1build1
lightweight multi-architecture disassembly framework - devel files
https://www.capstone-engine.org/
sudo apt install libcapstone-devlibcapstone4 4.0.2-5.1build1
lightweight multi-architecture disassembly framework - library
https://www.capstone-engine.org/
sudo apt install libcapstone4python3-capstone 4.0.2-5.1build1
lightweight multi-architecture disassembly framework - Python bindings
https://www.capstone-engine.org/
sudo apt install python3-capstonecapstone 5.0.9-r0
The Ultimate Disassembler
https://www.capstone-engine.org
sudo apk add capstonecapstone-dev 5.0.9-r0
The Ultimate Disassembler (development files)
https://www.capstone-engine.org
sudo apk add capstone-devcapstone-static 5.0.9-r0
The Ultimate Disassembler (static library)
https://www.capstone-engine.org
sudo apk add capstone-staticcstool 5.0.9-r0
cstool for capstone disassembler
https://www.capstone-engine.org
sudo apk add cstoolpy3-capstone 5.0.9-r0
The Ultimate Disassembler (for python3)
https://www.capstone-engine.org
sudo apk add py3-capstonepy3-capstone-pyc 5.0.9-r0
Precompiled Python bytecode for py3-capstone
https://www.capstone-engine.org
sudo apk add py3-capstone-pyccapstone 5.0.6-5.fc45
A lightweight multi-platform, multi-architecture disassembly framework
http://www.capstone-engine.org/
sudo dnf install capstoneソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.