diff options
| author | Barry J. Grundy <bgrundy AT linuxleo.com> | 2022-05-07 04:06:59 +0100 |
|---|---|---|
| committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-05-07 13:59:36 +0700 |
| commit | 0f35cd643b8c23a51d2248fe1b656d44e94847fc (patch) | |
| tree | 3823c9c62a68c9435eb781af440d6ef9131b81cb /python/python2-distorm/README | |
| parent | 6ac863a7045b79663732f9f0e8fd90add2cadb6b (diff) | |
python/python2-distorm: Added (Disassembler Library)
Renamed from python/distorm.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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)! |
