pwndbg_dds
Dump pointer-sized values with symbol resolution at a memory address, using WinDbg-style output for debugging and analysis.
Instructions
Dump pointers and resolve symbols at address (WinDbg-style).
pwndbg command: dds (aliases: kd, dps, dqs) Source: pwndbg/commands/windbg.py Category: WinDbg
Shows pointer-sized values with symbol resolution, similar to telescope but in WinDbg format.
Args: session_id: The UUID of the session. addr: Address to dump.
See: https://pwndbg.re/2025.05.30/reference/pwndbg/commands/windbg/
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | ||
| addr | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |