radare2
Verified for current stable LTS
Radare2 Commands
Radare2 command syntax with verified terminal examples.
Commands
6 commands for Radare2
radare2 Operations
Radare2 Command: Debug Program
radare2 -d <path/to/binary> radare2 Operations
Radare2 Command: Display Help Text For Command
<radare2_command>? radare2 Operations
Radare2 Command: Dump Raw Bytes Current Block To File
pr > <path/to/file.bin> radare2 Operations
Radare2 Command: Open File Write Mode No Parse
radare2 -nw <path/to/binary> radare2 Operations
Radare2 Command: Run Script Before Interactive Cli
radare2 -i <path/to/script.r2> <path/to/binary> radare2 Operations
Radare2 Command: Run Shell Command Interactive Cli
!<shell_command> Suggest a Radare2 Command
Submit missing workflows, corrections, or verified alternatives for this tool.
FAQ
Coverage: Focused examples for common Radare2 workflows.
Verified version: current stable LTS.
Verification: Test commands in a disposable workspace and submit notes for edge cases.