Crates.io | dynamorio-sys |
lib.rs | dynamorio-sys |
version | 11.90.1 |
created_at | 2020-11-13 20:08:04.41205+00 |
updated_at | 2025-03-07 14:51:50.151618+00 |
description | Automatically generated bindings for DynamoRIO |
homepage | |
repository | https://github.com/elast0ny/dynamorio-sys |
max_upload_size | 20000000 |
id | 312095 |
size | 48,979,689 |
A crate using bindgen to automatically generate Rust bindings to DynamoRIO. For safe Rust bindings to the DynamoRIO dynamic binary instrumentation framework, you may want to consider using dynamorio-rs instead. dynamorio-rs uses this crate to provide safe Rust bindings to DynamoRIO such that you can write DynamoRIO clients in Rust.
dynamorio-sys is currently available for the following platforms:
To build the project:
git clone --recurse-submodules https://github.com/elast0ny/dynamorio-sys.git
cd dynamorio-sys
cargo build
In order to enable extensions, use their respective names as features for the crate e.g :
dynamorio-sys = {version = "*", features = ["mgr", "x", "reg", "wrap", "syms"]}
The crate's major and minor version match the major/minor version of the built DynamoRIO. This should allow users to use the latest DynamoRIO patch for their current major/minor while also allowing this crate to fix build issues and update its own patch version.