summaryrefslogtreecommitdiff
path: root/system/distorm3/README
diff options
context:
space:
mode:
authorBarry J. Grundy <bgrundy AT linuxleo.com>2015-12-05 01:00:19 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2015-12-05 01:00:48 +0700
commitf5802adcd6d91506c0a18016bb91bd6560b5f362 (patch)
treeeda3a69e1d4db524d9af82d531730b6757a1dacd /system/distorm3/README
parentdbe6844efd906213b7a35abd16a59be85a1bb2bf (diff)
downloadslackbuilds-f5802adcd6d91506c0a18016bb91bd6560b5f362.tar.gz
system/distorm3: Added (Disassembler Library).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/distorm3/README')
-rw-r--r--system/distorm3/README7
1 files changed, 7 insertions, 0 deletions
diff --git a/system/distorm3/README b/system/distorm3/README
new file mode 100644
index 0000000000..93f03ad567
--- /dev/null
+++ b/system/distorm3/README
@@ -0,0 +1,7 @@
+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)!