aboutsummaryrefslogtreecommitdiff
path: root/python/distorm/README
diff options
context:
space:
mode:
authorDave Woodfall <dave@slackbuilds.org>2022-05-07 04:03:47 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-05-07 13:59:36 +0700
commit6ac863a7045b79663732f9f0e8fd90add2cadb6b (patch)
tree7ec169a13d25644548f242df9ceb81db4c6a1583 /python/distorm/README
parent47632469f318844772e2e24cc0f7a5c12d2c884c (diff)
python/distorm: Removed. (Renamed to python/python2-distorm).
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/distorm/README')
-rw-r--r--python/distorm/README9
1 files changed, 0 insertions, 9 deletions
diff --git a/python/distorm/README b/python/distorm/README
deleted file mode 100644
index c1cc597f8f025..0000000000000
--- a/python/distorm/README
+++ /dev/null
@@ -1,9 +0,0 @@
-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)!