Crates.io | capstone-sys |
lib.rs | capstone-sys |
version | |
source | src |
created_at | 2016-11-12 06:38:49.679079 |
updated_at | 2025-02-04 08:08:39.885876 |
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 |
Cargo.toml error: | TOML parse error at line 28, column 1 | 28 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
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.0
cc
crateYou can specify the following features in Cargo.toml
:
use_bindgen
: instead of using the pre-generated Capstone bindings, dynamically generate bindings with bindgen
.