capstone-sys

Crates.iocapstone-sys
lib.rscapstone-sys
version0.17.0
created_at2016-11-12 06:38:49.679079+00
updated_at2025-02-04 08:08:39.885876+00
descriptionSystem bindings to the capstone disassembly library
homepage
repositoryhttps://github.com/capstone-rust/capstone-rs/tree/master/capstone-sys
max_upload_size
id7211
size44,081,317
Travis Finkenauer (tmfink)

documentation

README

capstone-sys

Low-level, unsafe Rust bindings for the Capstone disassembly library.

Crates.io Badge

API Documentation

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 cc crate

Features

You can specify the following features in Cargo.toml:

  • use_bindgen: instead of using the pre-generated Capstone bindings, dynamically generate bindings with bindgen.
Commit count: 535

cargo fmt