aboutsummaryrefslogtreecommitdiff
path: root/python/distorm/README
diff options
context:
space:
mode:
authorBarry J. Grundy <bgrundy [AT] linuxleo.com>2016-08-26 00:47:55 +0100
committerDavid Spencer <idlemoor@slackbuilds.org>2016-08-28 00:22:59 +0100
commitf563f7201a0e9af1485e620281a43cdc7b38c10b (patch)
tree0061936906d2a8b82155ba4b5220b004be0421ba /python/distorm/README
parentf9cc9cf0292a0c35955b31fa432dac9327bd1dcd (diff)
downloadslackbuilds-f563f7201a0e9af1485e620281a43cdc7b38c10b.tar.xz
python/distorm: Added (disassembler library).
Moved from system/distorm3. Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'python/distorm/README')
-rw-r--r--python/distorm/README9
1 files changed, 9 insertions, 0 deletions
diff --git a/python/distorm/README b/python/distorm/README
new file mode 100644
index 000000000000..c1cc597f8f02
--- /dev/null
+++ b/python/distorm/README
@@ -0,0 +1,9 @@
+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)!