Crates.io | bddisasm-sys |
lib.rs | bddisasm-sys |
version | 0.4.2 |
source | src |
created_at | 2021-10-20 09:21:55.853705 |
updated_at | 2024-02-21 06:08:54.062004 |
description | Bindings to bddisasm instruction decoder library |
homepage | |
repository | https://github.com/bitdefender/bddisasm |
max_upload_size | |
id | 467805 |
size | 6,996,169 |
no_std
Rust bindings for bddisasm.
See bddisasm if you're looking for a Rust wrapper for these bindings.
bindgen is used to generate the bindings at build time. Because of this, users need to have clang
installed. Check the bindgen documentation for more information.
While this crate is no_std
, the bddisasm
library it links against depends on a C library because it needs vsnprintf
and memset
. It is possible to work around this limitation, but this is not currently done for these bindings.