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
875 stars 112 forks source link

Use SWIG to create bindings between C and Python. #80

Closed akisari closed 1 year ago

akisari commented 1 year ago

Use SWIG to create bindings between C and Python. SWIG automatically generates bindings for all data structures in bddisasm. Implemented tests for pybddisasm.