| Crates.io | capstone-sys |
| lib.rs | capstone-sys |
| version | 0.17.0 |
| created_at | 2016-11-12 06:38:49.679079+00 |
| updated_at | 2025-02-04 08:08:39.885876+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 | 7211 |
| size | 44,081,317 |
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.