commit | 4195a5fcf248b3921ca3d821e2ac612d10ff497f | [log] [tgz] |
---|---|---|
author | Gil Dabah <distorm@gmail.com> | Sat Dec 18 15:26:05 2021 |
committer | GitHub <noreply@github.com> | Sat Dec 18 15:26:05 2021 |
tree | 7696f30540d1f48c2232fcdc5987f9a9bf7768b8 | |
parent | 9b2da48d2fd6f59ed34658e9138f906b5cac81fe [diff] |
Update py.yml Fighting stupid python minor versioning issue for GHA
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), licensed under BSD!
For a 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.
Installing diStorm3 - ‘python -m pip install distorm3’
RTFM, the wiki has plenty of info.