(www.radare.org) Radare2
ROAM_REFS: https://www.radare.org/ https://www.radare.org/n/radare2.html https://rada.re/ https://rada.re/n/
Radare2, an open-source reversing toolkit.
(github.com) radareorg/radare2: UNIX-like reverse engineering framework and command-line toolset
ROAM_REFS: https://github.com/radareorg/radare2
** Radare2: Libre Reversing Framework for Unix Geeks
See the Releases page for downloads. The current git
masterbranch is5.9.9, next will be6.0.0.
- Since 5.6.0, patch releases are abi stable
- Even patch numbers used for releases, odd ones for git.
- .9 patch versions reflect the abi breaking seasson
* Description
r2 is a complete rewrite of radare. It provides a set of libraries, tools and plugins to ease reverse engineering tasks. Distributed mostly under LGPLv3, each plugin can have different licenses (see r2 -L, rasm2 -L, …).
The radare project started as a simple command-line hexadecimal editor focused on forensics. Today, r2 is a featureful low-level command-line tool with support for scripting with the embedded Javascript interpreter or via r2pipe.
r2 can edit files on local hard drives, view kernel memory, and debug programs locally or via a remote gdb/windbg servers. r2's wide architecture support allows you to analyze, emulate, debug, modify, and disassemble any binary.