pwndbg_dumpargs
Automatically detect and display function arguments with resolved values at the current call or syscall instruction, using the appropriate calling convention.
Instructions
Dump determined arguments for the current call/syscall instruction.
pwndbg command: dumpargs (alias: args) Source: pwndbg/commands/dumpargs.py Category: Misc
Automatically detects the calling convention and displays function arguments with their resolved values at the current call site.
Args: session_id: The UUID of the session. force: If True, force argument dumping even if not at a call site.
See: https://pwndbg.re/2025.05.30/reference/pwndbg/commands/dumpargs/
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | ||
| force | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |