| commit | 9ff1d7c36d61bdcb7b7660ea737cc62a514096a0 | [log] [tgz] |
|---|---|---|
| author | Gil Dabah <distorm@gmail.com> | Fri Mar 19 16:59:53 2021 |
| committer | Gil Dabah <distorm@gmail.com> | Fri Mar 19 16:59:53 2021 |
| tree | e2dc0256965d04679b319a6d60b9e7282f954d94 | |
| parent | 1a5cdba8b8145a757028f88580bb2d9867aea668 [diff] |
fixed a typo in comment
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)!
For a tested and light hooking library see the https://github.com/gdabah/distormx project.
“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.