| Crates.io | capstone-sys-git |
| lib.rs | capstone-sys-git |
| version | 0.17.0-commit4ed86fb |
| created_at | 2025-10-20 00:18:35.510092+00 |
| updated_at | 2025-10-20 00:18:35.510092+00 |
| description | System bindings to the capstone disassembly library |
| homepage | |
| repository | https://github.com/capstone-rust/capstone-rs/tree/master/capstone-sys |
| max_upload_size | |
| id | 1891230 |
| size | 55,054,441 |
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.
1.70.0cc crateYou can specify the following features in Cargo.toml:
use_bindgen: instead of using the pre-generated Capstone bindings, dynamically generate bindings with bindgen.full (enabled by default): enable full capstone build instead of diet.arch_$ARCH (enabled by default): enable arch $ARCH support in capstone, e.g. arch_arm64 enables arch arm64 support.support_all_archs (enabled by default): enable all archs available in capstone, imply all arch_$ARCH features.