pwndbg_dw
Dumps N 2-byte words from a memory address in WinDbg format. Specify address and optional word count to inspect memory.
Instructions
Dump N words (2-byte) at address (WinDbg-style).
pwndbg command: dw Source: pwndbg/commands/windbg.py Category: WinDbg
Args: session_id: The UUID of the session. address: Address to dump. count: Number of words (default: 32).
See: https://pwndbg.re/2025.05.30/reference/pwndbg/commands/windbg/
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | ||
| address | Yes | ||
| count | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |