diff options
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 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. |