pwndbg_r2
Execute radare2 commands on the loaded binary for advanced analysis and reverse engineering during debugging.
Instructions
Execute a radare2 command on the current binary.
pwndbg command: r2 Source: pwndbg/commands/radare2.py Category: Integrations
Requires radare2 (r2) to be installed. Passes the command to r2 for analysis of the loaded binary.
Args: session_id: The UUID of the session. args: radare2 command arguments.
See: https://pwndbg.re/2025.05.30/reference/pwndbg/commands/radare2/
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | ||
| args | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |