Download

The current version is 5.0, which was released on .

See the version history for a list of changes.


NOTE: Capstone has been released under the BSD license. There is no obligation, except that products using Capstone need to redistribute in the same package file LICENSE.TXT found the source of Capstone.


Git repository

The latest version of the source code can be retrieved at our Git repository.


Package repositories

At the moment Capstone are available for Mac OSX, Ubuntu, Debian, Fedora Core, FreeBSD, OpenBSD, NetBSD & Python in some package repositories. See Documentation for instructions.


Source archive

.TGZ

This package contains:

This is the recommended version for all platforms.

.ZIP


Community bindings

Besides PowerShell, Python, Java & Ocaml get supported in the main code, some bindings for other languages are created and maintained by the community.


Python module for Windows/MacOS/Linux - Binaries

With pip, you can easily install Python module for either Windows, MacOS or Linux.

pip install capstone

In case you wish to upgrade from older version of Capstone, do:

pip install capstone --upgrade

Remember to stick “sudo” in front for root privilege if needed.


Brew package for MacOS - Binaries

Install Brew package of Capstone on MacOS with:

brew install capstone

In case you wish to upgrade from older version of Capstone, do:

brew update
brew upgrade capstone