| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| capstone-6.0.0-Alpha7-Windows-x64.exe | 2026-02-16 | 5.8 MB | |
| capstone-devel-6.0.0-Alpha7.x86_64.rpm | 2026-02-16 | 6.6 MB | |
| libcapstone-dev_6.0.0-Alpha7_amd64.deb | 2026-02-16 | 6.7 MB | |
| capstone-6.0.0-Alpha7.tar.xz | 2026-02-16 | 5.7 MB | |
| capstone-6.0.0-Alpha7.tar.xz.sha256 | 2026-02-16 | 95 Bytes | |
| 6.0.0-Alpha7 source code.tar.gz | 2026-02-16 | 9.2 MB | |
| 6.0.0-Alpha7 source code.zip | 2026-02-16 | 10.5 MB | |
| README.md | 2026-02-16 | 2.2 kB | |
| Totals: 8 Items | 44.6 MB | 5 | |
Highlights
RISC-V
This release contains the highly awaited RISC-V module update. Because RISC-V is in such active development the changes compared to the old module are enormous.
Please check out the RISC-V summary in the release guide for an overview. We expect it to have some bugs so we are grateful for reports!
Capstone 32 bit builds
Capstone is now build and tested on several 32 bit architectures, including i686 Windows.
Consistent error reporting of CS_ERR_MEM
Fix possible NULL-pointer dereferences for out of memory events.
Capstone's API will now always return CS_ERR_MEM if allocations fail.
x86-64: Decoding of conflicting segment overrides was changed to match CPU behavior.
Please see the x86-64 section in the release guide for details.
What's Changed
- Refactoring the RISCV architecture to Auto-Sync on LLVM by @moste00 in https://github.com/capstone-engine/capstone/pull/2756
- Added RISCV v6 release notes by @moste00 in https://github.com/capstone-engine/capstone/pull/2846
- Package build workflow fix by @Rot127 in https://github.com/capstone-engine/capstone/pull/2849
- Ignore ES/CS/SS/DS segment overrides in x64 mode by @jxors in https://github.com/capstone-engine/capstone/pull/2819
- x86: fix decoding of mandatory prefixes by @jxors in https://github.com/capstone-engine/capstone/pull/2856
- Fix unchecked allocations by @Grond66 in https://github.com/capstone-engine/capstone/pull/2844
- Convert all README's to markdown files. by @Rot127 in https://github.com/capstone-engine/capstone/pull/2863
- Fix 32bit build by @Rot127 in https://github.com/capstone-engine/capstone/pull/2796
New Contributors
- @jxors made their first contribution in https://github.com/capstone-engine/capstone/pull/2819
- @Grond66 made their first contribution in https://github.com/capstone-engine/capstone/pull/2844
Full Changelog: https://github.com/capstone-engine/capstone/compare/6.0.0-Alpha6...6.0.0-Alpha7