pwndbg_dc
Display a hexdump with ASCII representation at a specified memory address, showing a configurable number of entries.
Instructions
Hexdump with ASCII at address (WinDbg-style).
pwndbg command: dc Source: pwndbg/commands/windbg.py Category: WinDbg
Args: session_id: The UUID of the session. address: Address to dump. count: Number of entries (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 |