Crates.io | dynamorio-sys |
lib.rs | dynamorio-sys |
version | 8.0.0 |
source | src |
created_at | 2020-11-13 20:08:04.41205 |
updated_at | 2020-11-13 20:08:04.41205 |
description | Automatically generated bindings for DynamoRIO |
homepage | |
repository | https://github.com/elast0ny/dynamorio-sys |
max_upload_size | |
id | 312095 |
size | 10,098 |
A crate to automatically generate Rust bindings to DynamoRIO.
DISCLAIMER : I built this crate to facilitate work I was doing on another project. I am willing to do minimal maintenance if issues arise and/or give ownership to a more motivated developer.
Before building, you must set the DRIO_BUILD_DIR
environment variable to point to a directory that contains the built DynamoRIO source.
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.