diff options
author | Barry J. Grundy <bgrundy [AT] linuxleo.com> | 2016-08-26 00:47:55 +0100 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2016-08-28 00:22:59 +0100 |
commit | f563f7201a0e9af1485e620281a43cdc7b38c10b (patch) | |
tree | 0061936906d2a8b82155ba4b5220b004be0421ba /python/distorm/slack-desc | |
parent | f9cc9cf0292a0c35955b31fa432dac9327bd1dcd (diff) | |
download | slackbuilds-f563f7201a0e9af1485e620281a43cdc7b38c10b.tar.gz |
python/distorm: Added (disassembler library).
Moved from system/distorm3.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'python/distorm/slack-desc')
-rw-r--r-- | python/distorm/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/python/distorm/slack-desc b/python/distorm/slack-desc new file mode 100644 index 0000000000..b51fd76f10 --- /dev/null +++ b/python/distorm/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +distorm: distorm (Disassembler Library for x86/AMD64 binary streams) +distorm: +distorm: The goal of diStorm is to decode x86/AMD64 binary streams and return +distorm: a structure that describes each instruction. +distorm: +distorm: The package includes Python Bindings +distorm: +distorm: +distorm: +distorm: +distorm: |