Skip to content

r2¤

usage: r2 [-h] [--no-seek] [--no-rebase] [arguments ...]

Launches radare2.

Alias: radare2

Positional arguments¤

Positional Argument Help
arguments Arguments to pass to radare

Optional arguments¤

Short Long Help
-h --help show this help message and exit
--no-seek Do not seek to current pc
--no-rebase Do not set the base address for PIE according to the current mapping

Examples¤

pwndbg> r2 -- -S -AA
WARN: Relocs has not been applied. Please use `-e bin.relocs.apply=true` or `-e bin.cache=true` next time
INFO: Analyze all flags starting with sym. and entry0 (aa)
[...]
INFO: Debugger commands disabled in sandbox mode
[0x0001d3d0]> help

Welcome to radare2!
[...]