radare
Radare, originally known simply as Radare, is a free and open-source reverse engineering framework designed for analyzing binaries and performing low-level data investigations. It provides a collection of tools for disassembly, debugging, patching, data reconstruction, and scripting, intended to support security researchers, software developers, and digital forensics practitioners. The project evolved into radare2, a rewritten, more modular implementation that continues the same mission with broader architecture support and improved extensibility.
Radare2 comprises a command-line interface (r2) with an interactive visual mode, a disassembler (rasm2), a debugger,
Radare2 is cross-platform, running on Linux, macOS, Windows, and other Unix-like systems. It is released under