pkgsrc/devel/py-distorm3/DESCR
pettai 445a44518f The goal of diStorm3 is to decode x86/AMD64 binary streams and return
a structure that describes each instruction.

diStorm3 is really a decomposer, which means it takes an instruction and
returns a binary structure which describes it rather than static text,
which is great for advanced binary code analysis. diStorm3 is super
lightweight (~45KB), ultra fast and easy to use (a single API)!
2015-06-03 22:11:13 +00:00

7 lines
392 B
Text

The goal of diStorm3 is to decode x86/AMD64 binary streams and return
a structure that describes each instruction.
diStorm3 is really a decomposer, which means it takes an instruction and
returns a binary structure which describes it rather than static text,
which is great for advanced binary code analysis. diStorm3 is super
lightweight (~45KB), ultra fast and easy to use (a single API)!