bitdefender / bddisasm

bddisasm is a fast, lightweight, x86/x64 instruction decoder. The project also features a fast, basic, x86/x64 instruction emulator, designed specifically to detect shellcode-like behavior.
Apache License 2.0
888 stars 115 forks source link

Add Rust bindings #52

Closed ianichitei closed 3 years ago

ianichitei commented 3 years ago

This PR adds bindings for Rust.

In addition to this, the python bindings were moved from pybddisasm to bindings/pybddisasm.