1
0
mirror of https://github.com/bitdefender/bddisasm.git synced 2025-02-03 18:50:57 +00:00
bddisasm/bindings/rsbddisasm/bddisasm-sys/README.md
2021-10-20 10:03:16 +03:00

476 B

bddisasm-sys

Rust bindings for bddisasm.

See bddisasm if you're looking for a Rust wrapper for these bindings.

Requirements

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.