diff options
Diffstat (limited to 'python/python2-distorm/README')
-rw-r--r-- | python/python2-distorm/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/python/python2-distorm/README b/python/python2-distorm/README new file mode 100644 index 0000000000..0d8c512a87 --- /dev/null +++ b/python/python2-distorm/README @@ -0,0 +1,9 @@ +python2-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)! |