15 breaking releases
| 0.17.0 | Feb 4, 2025 |
|---|---|
| 0.16.0 | Feb 25, 2024 |
| 0.15.0 | May 2, 2022 |
| 0.14.0 | Aug 9, 2021 |
| 0.2.0 | Nov 15, 2016 |
#764 in Debugging
150,271 downloads per month
Used in 64 crates
(4 directly)
32MB
1M
SLoC
capstone-sys
Low-level, unsafe Rust bindings for the Capstone disassembly library.
NOTE: We recommend against using this crate directly. Instead, consider using capstone-rs, which provides a high-level, "Rusty" interface.
Requirements
- Minimum Rust Version:
1.70.0 - A toolchain capable of compiling Capstone
- We build the bundled Capstone with the
cccrate
- We build the bundled Capstone with the
Features
You can specify the following features in Cargo.toml:
use_bindgen: instead of using the pre-generated Capstone bindings, dynamically generate bindings withbindgen.