summaryrefslogtreecommitdiff
path: root/devel/py-distorm3/DESCR
blob: 570feb63e26be249db63f0f522b0c34fda9fab46 (plain)
1
2
3
4
5
6
7
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)!