summaryrefslogtreecommitdiffstats
path: root/development/radare2/README
diff options
context:
space:
mode:
author morte2014-06-07 13:48:24 +0200
committer Willy Sudiarto Raharjo2014-06-12 01:51:42 +0200
commit8333f6236b19af4756c37989c260aae7acfac21f (patch)
tree09c8c4db1be67ca7b098cab0db2601dc91395a4d /development/radare2/README
parent9a0712d4d6ce580b0cd3b421c37dc31917bea448 (diff)
downloadslackbuilds-8333f6236b19af4756c37989c260aae7acfac21f.tar.gz
development/radare2: Added (the reverse engineering framework).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/radare2/README')
-rw-r--r--development/radare2/README11
1 files changed, 11 insertions, 0 deletions
diff --git a/development/radare2/README b/development/radare2/README
new file mode 100644
index 0000000000..b1da5ccac8
--- /dev/null
+++ b/development/radare2/README
@@ -0,0 +1,11 @@
+radare2 (the reverse engineering framework)
+
+This is the rewrite of radare (1.x branch) to provide a framework
+with a set of libraries and programs to work with binary data.
+
+Radare project started as a forensics tool, an scriptable
+commandline hexadecimal editor able to open disk files, but later
+support for analyzing binaries, disassembling code, debugging
+programs, attaching to remote gdb servers, ...
+
+radare2 is portable.