pwndbg_dq
Dump a specified number of 8-byte qwords from a memory address, mimicking WinDbg's dq command for quick memory inspection.
Instructions
Dump N qwords (8-byte) at address (WinDbg-style).
pwndbg command: dq Source: pwndbg/commands/windbg.py Category: WinDbg
Args: session_id: The UUID of the session. address: Address to dump. count: Number of qwords (default: 8).
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 |