slackbuilds_ponce/python/distorm/README
Barry J. Grundy f563f7201a python/distorm: Added (disassembler library).
Moved from system/distorm3.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
2016-08-28 00:22:59 +01:00

9 lines
340 B
Text

distorm (Disassembler Library for x86/AMD64 binary streams)
diStorm 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.
diStorm is super lightweight (~45KB), ultra fast and easy
to use (a single API)!