#disassembler #decoder #x86 #amd64 #x86-64

sys no-std bddisasm-sys

Bindings to bddisasm instruction decoder library

3 unstable releases

0.2.1 Oct 4, 2022
0.2.0 Jan 5, 2022
0.1.0 Oct 20, 2021

#820 in Hardware support

29 downloads per month
Used in bddisasm

Apache-2.0

235KB
5.5K SLoC

C 4.5K SLoC // 0.1% comments Visual Studio Project 1K SLoC Rust 106 SLoC // 0.1% comments

bddisasm-sys

no_std 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.

Notes

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.


lib.rs:

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.

Dependencies

~0–1.6MB
~33K SLoC