pwndbg_argv
Prints the argument vector (argv) of the running program. Optionally specify an index to display a single argument.
Instructions
Print the argument vector (argv) of the running program.
pwndbg command: argv Source: pwndbg/commands/argv.py Category: Linux/libc/ELF
Args: session_id: The UUID of the session. index: Optional specific argv index to print.
See: https://pwndbg.re/2025.05.30/reference/pwndbg/commands/argv/
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | ||
| index | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |