Kali Linux
radare2
Overview
radare2 (r2) is a CLI reverse engineering framework. Disassembly, debugging, binary patching, and scripting with r2pipe.
Steeper learning curve than Ghidra but scriptable and lightweight for quick shellcode analysis.
Primary use cases
- Quick binary triage on SSH servers
- CTF shellcode debugging
Key commands
Analyze binary
r2 -A binary.elf