Skip to main content
Pre-release

This release is a pre-release and may not be stable for production use.

To install Capstone, you should run pip install capstone.

If you would like to build and install Capstone with just the source distribution, just run python -m pip install ., considering you are in the folder with setup.py in it.

In order to use this source distribution, you will need an environment that can compile C code. On Linux, this is usually easy, but on Windows, this involves installing Visual Studio and using the "Developer Command Prompt" to perform the installation. See BUILDING.md for more information.

By default, attempting to install the python bindings will trigger a build of the capstone native core. If this is undesirable for whatever reason, for instance, you already have a globally installed copy of libcapstone, you may inhibit the build by setting the environment variable LIBCAPSTONE_PATH. The exact value is not checked, just setting it will inhibit the build. During execution, this variable may be set to the path of a directory containing a specific version of libcapstone you would like to use.

If you don't want to build your own copy of Capstone, you can use a precompiled binary distribution from PyPI. Saying pip install capstone should automatically obtain an appropriate copy for your system. If it does not, please open an issue at https://github.com/capstone-engine/capstone.


Capstone is a disassembly framework with the target of becoming the ultimate disasm engine for binary analysis and reversing in the security community.

Created by Nguyen Anh Quynh, then developed and maintained by a small community, Capstone offers some unparalleled features:

  • Support multiple hardware architectures: ARM, AARCH64 (ARMv8), Mips, PPC, Sparc, SystemZ, XCore and X86 (including X86_64).

  • Having clean/simple/lightweight/intuitive architecture-neutral API.

  • Provide details on disassembled instruction (called “decomposer” by others).

  • Provide semantics of the disassembled instruction, such as list of implicit registers read & written.

  • Implemented in pure C language, with lightweight wrappers for C++, C#, Go, Java, NodeJS, Ocaml, Python, Ruby & Vala ready (available in main code, or provided externally by the community).

  • Native support for all popular platforms: Windows, Mac OSX, iOS, Android, Linux, *BSD, Solaris, etc.

  • Thread-safe by design.

  • Special support for embedding into firmware or OS kernel.

  • High performance & suitable for malware analysis (capable of handling various X86 malware tricks).

  • Distributed under the open source BSD license.

Further information is available at http://www.capstone-engine.org

License

This project is released under the BSD license. If you redistribute the binary or source code of Capstone, please attach file LICENSE.TXT with your products.

Release files for capstone 6.0.0a11

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for capstone 6.0.0a11
File Size Uploaded
capstone-6.0.0a11.tar.gz 5.7 MB Details

Built distributions (wheels)

Table of built distributions (wheels) for capstone 6.0.0a11
File
capstone-6.0.0a11-cp315-cp315t-win_arm64.whl CPython 3.15 CPython 3.15 free-threading Windows ARM64 Details
capstone-6.0.0a11-cp315-cp315t-win_amd64.whl CPython 3.15 CPython 3.15 free-threading Windows x86-64 Details
capstone-6.0.0a11-cp315-cp315t-win32.whl CPython 3.15 CPython 3.15 free-threading Windows x86-32 Details
capstone-6.0.0a11-cp315-cp315t-musllinux_1_2_x86_64.whl CPython 3.15 CPython 3.15 free-threading Linux musl 1.2+ x86-64 Details
capstone-6.0.0a11-cp315-cp315t-musllinux_1_2_i686.whl CPython 3.15 CPython 3.15 free-threading Linux musl 1.2+ x86-32 Details
capstone-6.0.0a11-cp315-cp315t-musllinux_1_2_aarch64.whl CPython 3.15 CPython 3.15 free-threading Linux musl 1.2+ ARM64 Details
capstone-6.0.0a11-cp315-cp315t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl CPython 3.15 CPython 3.15 free-threading Linux glibc 2.28+ x86-64, Linux glibc 2.17+ x86-64 Details
capstone-6.0.0a11-cp315-cp315t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl CPython 3.15 CPython 3.15 free-threading Linux glibc 2.17+ ARM64, Linux glibc 2.28+ ARM64 Details
capstone-6.0.0a11-cp315-cp315t-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl CPython 3.15 CPython 3.15 free-threading Linux glibc 2.5+ x86-32, Linux glibc 2.28+ x86-32 Details
capstone-6.0.0a11-cp315-cp315t-macosx_11_0_arm64.whl CPython 3.15 CPython 3.15 free-threading macOS 11.0+ ARM64 Details
capstone-6.0.0a11-cp315-cp315t-macosx_10_15_x86_64.whl CPython 3.15 CPython 3.15 free-threading macOS 10.15+ x86-64 Details
capstone-6.0.0a11-cp314-cp314t-win_arm64.whl CPython 3.14 CPython 3.14 free-threading Windows ARM64 Details
capstone-6.0.0a11-cp314-cp314t-win_amd64.whl CPython 3.14 CPython 3.14 free-threading Windows x86-64 Details
capstone-6.0.0a11-cp314-cp314t-win32.whl CPython 3.14 CPython 3.14 free-threading Windows x86-32 Details
capstone-6.0.0a11-cp314-cp314t-musllinux_1_2_x86_64.whl CPython 3.14 CPython 3.14 free-threading Linux musl 1.2+ x86-64 Details
capstone-6.0.0a11-cp314-cp314t-musllinux_1_2_i686.whl CPython 3.14 CPython 3.14 free-threading Linux musl 1.2+ x86-32 Details
capstone-6.0.0a11-cp314-cp314t-musllinux_1_2_aarch64.whl CPython 3.14 CPython 3.14 free-threading Linux musl 1.2+ ARM64 Details
capstone-6.0.0a11-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl CPython 3.14 CPython 3.14 free-threading Linux glibc 2.17+ x86-64, Linux glibc 2.28+ x86-64 Details
capstone-6.0.0a11-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl CPython 3.14 CPython 3.14 free-threading Linux glibc 2.17+ ARM64, Linux glibc 2.28+ ARM64 Details
capstone-6.0.0a11-cp314-cp314t-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl CPython 3.14 CPython 3.14 free-threading Linux glibc 2.28+ x86-32, Linux glibc 2.5+ x86-32 Details
capstone-6.0.0a11-cp314-cp314t-macosx_11_0_arm64.whl CPython 3.14 CPython 3.14 free-threading macOS 11.0+ ARM64 Details
capstone-6.0.0a11-cp314-cp314t-macosx_10_15_x86_64.whl CPython 3.14 CPython 3.14 free-threading macOS 10.15+ x86-64 Details
capstone-6.0.0a11-cp38-abi3-win_arm64.whl CPython 3.8 abi3 Windows ARM64 Details
capstone-6.0.0a11-cp38-abi3-win_amd64.whl CPython 3.8 abi3 Windows x86-64 Details
capstone-6.0.0a11-cp38-abi3-win32.whl CPython 3.8 abi3 Windows x86-32 Details
capstone-6.0.0a11-cp38-abi3-musllinux_1_2_x86_64.whl CPython 3.8 abi3 Linux musl 1.2+ x86-64 Details
capstone-6.0.0a11-cp38-abi3-musllinux_1_2_i686.whl CPython 3.8 abi3 Linux musl 1.2+ x86-32 Details
capstone-6.0.0a11-cp38-abi3-musllinux_1_2_aarch64.whl CPython 3.8 abi3 Linux musl 1.2+ ARM64 Details
capstone-6.0.0a11-cp38-abi3-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl CPython 3.8 abi3 Linux glibc 2.28+ x86-64, Linux glibc 2.17+ x86-64 Details
capstone-6.0.0a11-cp38-abi3-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl CPython 3.8 abi3 Linux glibc 2.17+ ARM64, Linux glibc 2.28+ ARM64 Details
capstone-6.0.0a11-cp38-abi3-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl CPython 3.8 abi3 Linux glibc 2.5+ x86-32, Linux glibc 2.28+ x86-32 Details
capstone-6.0.0a11-cp38-abi3-macosx_11_0_arm64.whl CPython 3.8 abi3 macOS 11.0+ ARM64 Details
capstone-6.0.0a11-cp38-abi3-macosx_10_9_x86_64.whl CPython 3.8 abi3 macOS 10.9+ x86-64 Details

Total release size: 86.7 MB

Release files / capstone-6.0.0a11.tar.gz

Download URL capstone-6.0.0a11.tar.gz
Size 5.7 MB
Tags Source
SHA-256 checksum
How to use checksums
c0518d24a54e3b5388a6664e235cf2d302c1605ab3f5518bca5b3004f5fc6573
BLAKE2b-256 checksum
How to use checksums
032c26dcf5950e47f2f894ee9e40d5756152548395110352cd122d0bf27bc58f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / capstone-6.0.0a11-cp315-cp315t-win_arm64.whl

Download URL capstone-6.0.0a11-cp315-cp315t-win_arm64.whl
Size 2.5 MB
Tags CPython 3.15 CPython 3.15 free-threading Windows ARM64
SHA-256 checksum
How to use checksums
295f21dcbd9261451cf0114878192a519391315e8cef0e7191ee46448b79b9cf
BLAKE2b-256 checksum
How to use checksums
583befe7be65fbdd6e4ff2da314a61bb03fdb89b454b348756674131cc5267c4
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / capstone-6.0.0a11-cp315-cp315t-win_amd64.whl

Download URL capstone-6.0.0a11-cp315-cp315t-win_amd64.whl
Size 2.6 MB
Tags CPython 3.15 CPython 3.15 free-threading Windows x86-64
SHA-256 checksum
How to use checksums
77c8a1bd19d618c46a3f46038f31f565f27bb3267a7e267c2968035d227d2955
BLAKE2b-256 checksum
How to use checksums
92b1c1930307da540cfc41893f724221bd7359df36605a3562f02bbae16a53a1
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / capstone-6.0.0a11-cp315-cp315t-win32.whl

Download URL capstone-6.0.0a11-cp315-cp315t-win32.whl
Size 2.5 MB
Tags CPython 3.15 CPython 3.15 free-threading Windows x86-32
SHA-256 checksum
How to use checksums
82cf5699ef824e62c47b643972b849aad1132dd15d4ed12cad615c54bf8e3068
BLAKE2b-256 checksum
How to use checksums
6045a4c6d2af4cb9738277d49732afc69524301571107ff126aa1c5b87b2410a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / capstone-6.0.0a11-cp315-cp315t-musllinux_1_2_x86_64.whl

Download URL capstone-6.0.0a11-cp315-cp315t-musllinux_1_2_x86_64.whl
Size 2.6 MB
Tags CPython 3.15 CPython 3.15 free-threading Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
3adfc1e657af1ed2055fb0dee5d2fd9feaf1bcc1526e04394a069a5f7fb6d69e
BLAKE2b-256 checksum
How to use checksums
ed23a998ca1f9fdd67fdf86008a0ad3d0be637691b915f09078086d64d37e6e0
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / capstone-6.0.0a11-cp315-cp315t-musllinux_1_2_i686.whl

Download URL capstone-6.0.0a11-cp315-cp315t-musllinux_1_2_i686.whl
Size 2.5 MB
Tags CPython 3.15 CPython 3.15 free-threading Linux musl 1.2+ x86-32
SHA-256 checksum
How to use checksums
cfa6154c8b09a2e04d4f553fa0d6ca36d4fe12fbf1c1073adab1d69e9c05cd81
BLAKE2b-256 checksum
How to use checksums
bc38c8770c7ab3d557eb8befd469aeec44f9b290cc88545eb15364de5280242c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / capstone-6.0.0a11-cp315-cp315t-musllinux_1_2_aarch64.whl

Download URL capstone-6.0.0a11-cp315-cp315t-musllinux_1_2_aarch64.whl
Size 2.5 MB
Tags CPython 3.15 CPython 3.15 free-threading Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
d33d35f1d929a116b317c30ebfb2e9a19e353a085eef5850835cec8dcff04f7b
BLAKE2b-256 checksum
How to use checksums
84901f7ecabf33ba47e1224265700d31be42044d9122b35c92e887c16c4e9e0e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / capstone-6.0.0a11-cp315-cp315t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl

Download URL capstone-6.0.0a11-cp315-cp315t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Size 2.6 MB
Tags CPython 3.15 CPython 3.15 free-threading Linux glibc 2.17+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
c1b45323524b43a0e8aa54e7cdbbc01923dac8cf414dcdc07c1f95b45d0a3944
BLAKE2b-256 checksum
How to use checksums
b52330a4b87e157093546ac35d41aa5767bb30d764217b3ef3aff59d3b2ed81e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / capstone-6.0.0a11-cp315-cp315t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl

Download URL capstone-6.0.0a11-cp315-cp315t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Size 2.5 MB
Tags CPython 3.15 CPython 3.15 free-threading Linux glibc 2.17+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
8c583a0f1b72daa0322501dc62510b270b02d0351c18e923a3d689fc43957d8a
BLAKE2b-256 checksum
How to use checksums
49f0030b471b92d22c2a509f4966cdcfa29377b6e6ffbc212316f538b26ad4d0
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / capstone-6.0.0a11-cp315-cp315t-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl

Download URL capstone-6.0.0a11-cp315-cp315t-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl
Size 2.5 MB
Tags CPython 3.15 CPython 3.15 free-threading Linux glibc 2.28+ x86-32 Linux glibc 2.5+ x86-32
SHA-256 checksum
How to use checksums
efb602f9095446822fcede7d53f4ac81c1fb58cf463c92d77253a965b557b0b1
BLAKE2b-256 checksum
How to use checksums
d25407da8c0cb55b90308c61c7592319c2401845f0acc91bfc87bb77e0143f4a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / capstone-6.0.0a11-cp315-cp315t-macosx_11_0_arm64.whl

Download URL capstone-6.0.0a11-cp315-cp315t-macosx_11_0_arm64.whl
Size 2.3 MB
Tags CPython 3.15 CPython 3.15 free-threading macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
3a25bbf7f33772734777b4473677f0e08f48e22a03d6a2651efd77c70118de7b
BLAKE2b-256 checksum
How to use checksums
2e92de751a4e6209cca64094170c9b59c7d62fe1b4a08fe581a53f71539e2d3c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / capstone-6.0.0a11-cp315-cp315t-macosx_10_15_x86_64.whl

Download URL capstone-6.0.0a11-cp315-cp315t-macosx_10_15_x86_64.whl
Size 2.1 MB
Tags CPython 3.15 CPython 3.15 free-threading macOS 10.15+ x86-64
SHA-256 checksum
How to use checksums
717939d21dc23aa39d8659c351478b9c580dfc278314e84f2f43fb02115690b5
BLAKE2b-256 checksum
How to use checksums
99cac969ab2c15c82795fd3e6415382043edce22958b80a01fec3e88f8564778
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / capstone-6.0.0a11-cp314-cp314t-win_arm64.whl

Download URL capstone-6.0.0a11-cp314-cp314t-win_arm64.whl
Size 2.5 MB
Tags CPython 3.14 CPython 3.14 free-threading Windows ARM64
SHA-256 checksum
How to use checksums
fd8ce8a663be1bf317e977bb7e92e79f29413a466fb98bad02c37f2960dcf811
BLAKE2b-256 checksum
How to use checksums
6c82b1c048812aabdbb750ff1db046897d8910ce10ff32d85006bbfabce61574
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / capstone-6.0.0a11-cp314-cp314t-win_amd64.whl

Download URL capstone-6.0.0a11-cp314-cp314t-win_amd64.whl
Size 2.6 MB
Tags CPython 3.14 CPython 3.14 free-threading Windows x86-64
SHA-256 checksum
How to use checksums
f789598f3b2108f13d7eba9de39f25bc8e4792b96be9d1eacfd2c998ce9edc9a
BLAKE2b-256 checksum
How to use checksums
8b8769802b20f54e02cf1a0fa13681d6ef3b3cac9f9d77f93de15722ec5146bb
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / capstone-6.0.0a11-cp314-cp314t-win32.whl

Download URL capstone-6.0.0a11-cp314-cp314t-win32.whl
Size 2.5 MB
Tags CPython 3.14 CPython 3.14 free-threading Windows x86-32
SHA-256 checksum
How to use checksums
e70a62e2579d9be0f386cf85a404e883cdb2eceee0c6c1eefe30286dd77f8d6b
BLAKE2b-256 checksum
How to use checksums
0f0c0cd29ed8e45f1e79de99be3ff88eb2055d6ab5a70b3e83e1f13dc5cb2f9b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / capstone-6.0.0a11-cp314-cp314t-musllinux_1_2_x86_64.whl

Download URL capstone-6.0.0a11-cp314-cp314t-musllinux_1_2_x86_64.whl
Size 2.6 MB
Tags CPython 3.14 CPython 3.14 free-threading Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
0f9a178db115b521302cae49fea2232fa31ebe7fcafec1742914144d5793b27b
BLAKE2b-256 checksum
How to use checksums
607c5cea1996cb86ed7d059d2d771e3227fdad97824f62a85aeb7048fddec78c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / capstone-6.0.0a11-cp314-cp314t-musllinux_1_2_i686.whl

Download URL capstone-6.0.0a11-cp314-cp314t-musllinux_1_2_i686.whl
Size 2.5 MB
Tags CPython 3.14 CPython 3.14 free-threading Linux musl 1.2+ x86-32
SHA-256 checksum
How to use checksums
61ec87f60dd4d2307f907936202d28c36479635d27a3cea97224a30f205a4d43
BLAKE2b-256 checksum
How to use checksums
2122d2998f92e0295ebd86f94de3c9d87c2e97dafe6ce451413f303bdbddbe45
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / capstone-6.0.0a11-cp314-cp314t-musllinux_1_2_aarch64.whl

Download URL capstone-6.0.0a11-cp314-cp314t-musllinux_1_2_aarch64.whl
Size 2.5 MB
Tags CPython 3.14 CPython 3.14 free-threading Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
2808e0e20e1947737318e849430bb6e867a79fba36281aa8de4ee699053c71d8
BLAKE2b-256 checksum
How to use checksums
1aad6bca4e915bc82e2f5c74351a8417dbcfed8064ef8850cc32b6e95fd3c4c9
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / capstone-6.0.0a11-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl

Download URL capstone-6.0.0a11-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Size 2.6 MB
Tags CPython 3.14 CPython 3.14 free-threading Linux glibc 2.17+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
44617ab40f01e764979ff579324febf333fe838fbf35c43590ca0f2cf19fa15d
BLAKE2b-256 checksum
How to use checksums
79e1cb050ed89ef9232e47982bcad69c45be25975db87b67bd0f5195d654208e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / capstone-6.0.0a11-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl

Download URL capstone-6.0.0a11-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Size 2.5 MB
Tags CPython 3.14 CPython 3.14 free-threading Linux glibc 2.17+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
529ae448cd984f7d62859bf467de5e70a230b10f06aadd30820a82251f88c7d2
BLAKE2b-256 checksum
How to use checksums
d0ec0183f261e64d3116744d0c57550dd5014f8f103833896b5631f8d84fafde
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / capstone-6.0.0a11-cp314-cp314t-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl

Download URL capstone-6.0.0a11-cp314-cp314t-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl
Size 2.5 MB
Tags CPython 3.14 CPython 3.14 free-threading Linux glibc 2.28+ x86-32 Linux glibc 2.5+ x86-32
SHA-256 checksum
How to use checksums
27c22efc4c5ed4173c8fed33caa9d0c3525b37adc6488dfeb9ecab7c99b4df53
BLAKE2b-256 checksum
How to use checksums
c46a6236409effd8904be17a33cb5d3724552e29fa495891fbf391864bd6135f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / capstone-6.0.0a11-cp314-cp314t-macosx_11_0_arm64.whl

Download URL capstone-6.0.0a11-cp314-cp314t-macosx_11_0_arm64.whl
Size 2.3 MB
Tags CPython 3.14 CPython 3.14 free-threading macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
8d21b30504f188c81fd54fcd7ce16d28c1cd89fb87898881ca4efa66c4a4df7a
BLAKE2b-256 checksum
How to use checksums
b21b4d4b867f145791d08305fb854f21769866c148c8a1b2b86e54849b94e7f0
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / capstone-6.0.0a11-cp314-cp314t-macosx_10_15_x86_64.whl

Download URL capstone-6.0.0a11-cp314-cp314t-macosx_10_15_x86_64.whl
Size 2.1 MB
Tags CPython 3.14 CPython 3.14 free-threading macOS 10.15+ x86-64
SHA-256 checksum
How to use checksums
fc7ab9b46e9174391b0789d07a1f13d51791164951460c7313ba6183e69923f5
BLAKE2b-256 checksum
How to use checksums
7bcf9d013f7a6aabf1c1a336eff279fee4c5d377ab2ce3ce0377a2ff5ad59266
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / capstone-6.0.0a11-cp38-abi3-win_arm64.whl

Download URL capstone-6.0.0a11-cp38-abi3-win_arm64.whl
Size 2.4 MB
Tags CPython 3.8 Windows ARM64 abi3
SHA-256 checksum
How to use checksums
d95a764c798110fa86a86b4c02ee6aa4e71c211c95f59b628330d3cc2837ec87
BLAKE2b-256 checksum
How to use checksums
9e93e9705cc1a826980444f3c39952ebdbf98de0b32e24bc64b04773f098b0bb
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / capstone-6.0.0a11-cp38-abi3-win_amd64.whl

Download URL capstone-6.0.0a11-cp38-abi3-win_amd64.whl
Size 2.5 MB
Tags CPython 3.8 Windows x86-64 abi3
SHA-256 checksum
How to use checksums
988dd5da237da354def7fa7c8044471109f7dcd880ce3a210d189cec6a97864c
BLAKE2b-256 checksum
How to use checksums
504ef05b905d88a09bc95e626993763ff8cb44635b1fef64369ca244fa562e9c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / capstone-6.0.0a11-cp38-abi3-win32.whl

Download URL capstone-6.0.0a11-cp38-abi3-win32.whl
Size 2.4 MB
Tags CPython 3.8 Windows x86-32 abi3
SHA-256 checksum
How to use checksums
dc4fddad1c29e4656d1fd5cb083df590af484c9f969432ec6770a03850c7e33d
BLAKE2b-256 checksum
How to use checksums
23d843eea25b5d057f155c7c7a5190304ad7d2a52556aa3458225dec22d4adcf
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / capstone-6.0.0a11-cp38-abi3-musllinux_1_2_x86_64.whl

Download URL capstone-6.0.0a11-cp38-abi3-musllinux_1_2_x86_64.whl
Size 2.6 MB
Tags CPython 3.8 Linux musl 1.2+ x86-64 abi3
SHA-256 checksum
How to use checksums
d2d063917299b86b861ba0b50358e08c94a4f5c883f26dd7dddb6b356de49914
BLAKE2b-256 checksum
How to use checksums
7d4f027551ebd7bff6b0c476473ada8987e4f3e7303e32c4fa44e96f441838c1
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / capstone-6.0.0a11-cp38-abi3-musllinux_1_2_i686.whl

Download URL capstone-6.0.0a11-cp38-abi3-musllinux_1_2_i686.whl
Size 2.5 MB
Tags CPython 3.8 Linux musl 1.2+ x86-32 abi3
SHA-256 checksum
How to use checksums
daced74e4d85927d281236dc2dd8f81221074b4c27aa6b5e56a7d195706251cc
BLAKE2b-256 checksum
How to use checksums
fcb79ad9c6511d66185b11e03466626d0bcd50c5473d4d4bfec6da0d582af789
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / capstone-6.0.0a11-cp38-abi3-musllinux_1_2_aarch64.whl

Download URL capstone-6.0.0a11-cp38-abi3-musllinux_1_2_aarch64.whl
Size 2.5 MB
Tags CPython 3.8 Linux musl 1.2+ ARM64 abi3
SHA-256 checksum
How to use checksums
8938263f99ff6fcc671d7945673012fb12fab12962604dcfe9976511955a5180
BLAKE2b-256 checksum
How to use checksums
7842835843d3f1d172a43ebcfd2fc3a2f79880b2c03efd8254a53065b698f022
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / capstone-6.0.0a11-cp38-abi3-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl

Download URL capstone-6.0.0a11-cp38-abi3-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Size 2.6 MB
Tags CPython 3.8 Linux glibc 2.17+ x86-64 Linux glibc 2.28+ x86-64 abi3
SHA-256 checksum
How to use checksums
603e446a838271abd5d86c70d40609d7a1280890e04323b3c1d5e2b2fd5fcd88
BLAKE2b-256 checksum
How to use checksums
48de17ffa03c4aa5da28e871f98b1d40352e007357b2b4c8ae0f08bc176edcb4
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / capstone-6.0.0a11-cp38-abi3-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl

Download URL capstone-6.0.0a11-cp38-abi3-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Size 2.5 MB
Tags CPython 3.8 Linux glibc 2.17+ ARM64 Linux glibc 2.28+ ARM64 abi3
SHA-256 checksum
How to use checksums
65ecd6b2155f42de8c5d48c1126399c23d5baa36cf927c36330b1dbfb2174e7c
BLAKE2b-256 checksum
How to use checksums
bb9c11d2912e1675d397f6b3caa3f6b7a7d35fa5ddaf44c43dc2af74397e1d0c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / capstone-6.0.0a11-cp38-abi3-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl

Download URL capstone-6.0.0a11-cp38-abi3-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl
Size 2.5 MB
Tags CPython 3.8 Linux glibc 2.28+ x86-32 Linux glibc 2.5+ x86-32 abi3
SHA-256 checksum
How to use checksums
574efd330ed461d66dd4ee5928bdc4a2e19b328a98cdbc5f61e1c87219a4d8dc
BLAKE2b-256 checksum
How to use checksums
a5afdbb53460f0eef16a80cbed826cd0f398181de8ce24bf9d52b68f7adfde60
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / capstone-6.0.0a11-cp38-abi3-macosx_11_0_arm64.whl

Download URL capstone-6.0.0a11-cp38-abi3-macosx_11_0_arm64.whl
Size 2.3 MB
Tags CPython 3.8 abi3 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
8fec6904aa4286fec6dbb38e5c27a5a29a0bd9c53286a1ba8f4619303ca0feee
BLAKE2b-256 checksum
How to use checksums
d954d711654b232e6962c1050eb06d9cb5b4453f6ba3424106315ff15a09470b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / capstone-6.0.0a11-cp38-abi3-macosx_10_9_x86_64.whl

Download URL capstone-6.0.0a11-cp38-abi3-macosx_10_9_x86_64.whl
Size 2.1 MB
Tags CPython 3.8 abi3 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
405fb7b3783d9f3fd0e5652a13aa4f2ee22f04cdc0cce8605b55798bb4fc11c9
BLAKE2b-256 checksum
How to use checksums
c1e4dca4a8d7f3ebf849dad574befbd92f97180282e15b5afca78e402ae01cc7
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release history Release notifications | RSS feed

This release

6.0.0a11 This release

34 release files

5.0.9

11 release files

5.0.8

11 release files

5.0.6

11 release files

5.0.5

11 release files

5.0.4

11 release files

5.0.3

11 release files

5.0.2

12 release files

5.0.1

8 release files

5.0.0

9 release files

4.0.2

5 release files

4.0.1

5 release files

4.0.0

5 release files

3.0.5

5 release files

3.0.4

1 release file

3.0.3

1 release file

3.0.2

1 release file

3.0.1

1 release file

3.0

1 release file

2.1

1 release file

2.0

1 release file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page