diff options
author | kermitdafrog8 <42719716+kermitdafrog8@users.noreply.github.com> | 2022-05-11 22:41:07 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-05-21 08:25:05 +0700 |
commit | 6022d411cbf5757090d7e84c8b6561565e6d2841 (patch) | |
tree | 5ccb6d450ebc93bb4a192d9a10d726c189dca8e5 /development/REDasm/README | |
parent | 7050dfd4a3f17bc50edfc9b5c313bea76bb3ac71 (diff) |
development/REDasm: Fix offline build.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/REDasm/README')
-rw-r--r-- | development/REDasm/README | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/development/REDasm/README b/development/REDasm/README index 25be18efe2584..185398f5fd18b 100644 --- a/development/REDasm/README +++ b/development/REDasm/README @@ -1 +1,7 @@ -REDasm is a cross platform disassembler with a modern codebase +REDasm is a cross platform disassembler with a modern codebase useful +from the hobbyist to the professional reverse engineer. +All features are provided by LibREDasm which loads plugins developed +in C, C++ and Python3 (you can also support new languages if you want!) +and an user friendly Qt frontend. + +Home: https://redasm.io/ |