aboutsummaryrefslogtreecommitdiff
path: root/development/rizin/README
diff options
context:
space:
mode:
authorEbben Aries <slackbuilds@dscp.org>2022-07-08 06:11:46 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-07-09 10:06:07 +0700
commit4e056bd834ed2275dce26f92110151b137f77d15 (patch)
tree13f597070adb410f7d538ae967bf4086269eb2f2 /development/rizin/README
parent7eb25ef2bf2c6d608be494e0692251fc26c99a97 (diff)
development/rizin: Added (FOSS Reverse Engineering Framework)
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/rizin/README')
-rw-r--r--development/rizin/README11
1 files changed, 11 insertions, 0 deletions
diff --git a/development/rizin/README b/development/rizin/README
new file mode 100644
index 000000000000..4afb0fb7d607
--- /dev/null
+++ b/development/rizin/README
@@ -0,0 +1,11 @@
+rizin (Free and Open Source Reverse Engineering Framework)
+
+A free and open-source Reverse Engineering framework, providing a
+complete binary analysis experience with features like Disassembler,
+Hexadecimal editor, Emulation, Binary inspection, Debugger, and more.
+
+Rizin takes a unique, Unix-friendly approach on reverse engineering. By
+default, it can be used in a shell-like environment tailored
+specifically to analyzing binaries directly from the command line
+without unnecessary weight. However, if you do want more, it provides a
+perfect basis for GUI and scripting.