Use this tag for problems related to or involving Radare2, a portable reversing framework for dissembling , analyzing, and debugging binaries.
Radare2, sometimes referred to as r2, is a portable set of tools designed for reverse engineering binaries.
From the official website:
Radare is a LGPL portable reversing framework that can:
- Disassemble (and assemble for) many different architectures
- Debug natively or use remote targets (gdb, r2pipe, winedbg, windbg)
- Run on Linux, *BSD, Windows, OSX, Android, iOS, Solaris and Haiku
- Perform forensics on filesystems and data carving
- Be scripted in Python, Javascript, Go and more
- Support collaborative analysis using the embedded webserver
- Visualize data structures of several file types
- Patch programs to uncover new features or fix vulnerabilities
- Use powerful analysis capabilities to speed up reversing
- Aid in software exploitation
Related Resources