| commit | a1ce533f8c56826c2d6995bc1127236e40c0269f | [log] [tgz] |
|---|---|---|
| author | Gil Dabah <distorm@gmail.com> | Mon Apr 20 12:28:45 2020 |
| committer | Gil Dabah <distorm@gmail.com> | Mon Apr 20 12:28:45 2020 |
| tree | 8728f9f3daa436cffeedac57f3e311ababc79b06 | |
| parent | 59a8d5c72cfdf9aaecc0748e85d2d0d61f4b0774 [diff] |
fixed a bug in python decompose
Welcome to the diStorm3 binary stream disassembler library project.
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)!
“We benchmarked five popular open-source disassembly libraries and chose diStorm3, which had the best performance (and furthermore, has complete 64-bit support).”, July 2014, Quoting David Williams-King in his Thesis about Binary Shuffling.
diStorm3 is licensed under BSD!
Installing diStorm3 - Clone repo locally and then ‘python setup.py install’ or alternatively: ‘python -m pip install distorm3’.
For Windows, use these pre-built installers in https://pypi.org/project/distorm3/#files.
RTFM, the wiki has plenty of info.