pwndbg_da
Dump a string from a memory address in a debugging session, with configurable maximum length.
Instructions
Dump a string at address (WinDbg-style).
pwndbg command: da Source: pwndbg/commands/windbg.py Category: WinDbg
Args: session_id: The UUID of the session. address: Address of the string. max_len: Maximum length to display (default: 256).
See: https://pwndbg.re/2025.05.30/reference/pwndbg/commands/windbg/
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | ||
| address | Yes | ||
| max_len | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |