diff options
author | morte <mortenoir1@gmail.com> | 2014-06-07 18:48:24 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-06-12 06:51:42 +0700 |
commit | 8333f6236b19af4756c37989c260aae7acfac21f (patch) | |
tree | 09c8c4db1be67ca7b098cab0db2601dc91395a4d /development/radare2/README | |
parent | 9a0712d4d6ce580b0cd3b421c37dc31917bea448 (diff) |
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/README | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/development/radare2/README b/development/radare2/README new file mode 100644 index 000000000000..b1da5ccac87c --- /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. |