pwndbg_db
Dump N bytes from a memory address in a debug session, supporting WinDbg-style commands.
Instructions
Dump N bytes at address (WinDbg-style).
pwndbg command: db Source: pwndbg/commands/windbg.py Category: WinDbg
Args: session_id: The UUID of the session. address: Address to dump. count: Number of bytes (default: 64).
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 |