diff options
Diffstat (limited to 'python/distorm/README')
-rw-r--r-- | python/distorm/README | 9 |
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)! |