diff options
author | Christopher Luck <kermitdafrog8@gmail.com> | 2022-04-02 23:39:58 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-04-09 15:45:40 +0700 |
commit | 96cc0ab4aaca4fb0ea824d0d21019cbd4fc8403b (patch) | |
tree | 524961f5706a26c30e16d0a0c2a58dfe3e0f8d5c /development/REDasm/slack-desc | |
parent | b6f3538b9ed3799c079e142c58a62f7178578f74 (diff) |
development/REDasm: Added (Cross Platform Dissassembler).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/REDasm/slack-desc')
-rw-r--r-- | development/REDasm/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/development/REDasm/slack-desc b/development/REDasm/slack-desc new file mode 100644 index 0000000000000..5aab27e3a2162 --- /dev/null +++ b/development/REDasm/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 ':'. + + |-----handy-ruler------------------------------------------------------| +REDasm: REDasm (Cross Platform Dissassembler) +REDasm: +REDasm: REDasm is a cross platform disassembler with a modern codebase useful +REDasm: from the hobbyist to the professional reverse engineer. All features +REDasm: are provided by LibREDasm which loads plugins developed in C, C++ +REDasm: and Python3 (you can also support new languages if you want!) and +REDasm: an user friendly Qt frontend. +REDasm: +REDasm: +REDasm: +REDasm: Home: https://redasm.io/ |