rizin-sys 0.10.0-alpha.1

Raw Rust FFI bindings for the Rizin reverse-engineering framework.
1
2
3
4
5
6
7
8
9
10
11
12
13
# rizin-sys

Raw, build-time-generated Rust FFI bindings for the
[Rizin](https://github.com/rizinorg/rizin) reverse-engineering framework.
This alpha targets Rizin `>=0.10.0, <0.11.0` and requires libclang and
pkg-config when building.

Most applications should depend on the safe
[`rizin-rs`](https://crates.io/crates/rizin-rs) wrapper instead.

## License

`rizin-sys` and upstream Rizin are LGPL-3.0-only.