pwndbg_eq
Write hex qwords to a memory address using WinDbg-style syntax for debugging sessions.
Instructions
Write hex qwords at address (WinDbg-style).
pwndbg command: eq Source: pwndbg/commands/windbg.py Category: WinDbg
Args: session_id: The UUID of the session. address: Address to write to. data: Space-separated hex qwords.
See: https://pwndbg.re/2025.05.30/reference/pwndbg/commands/windbg/
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | ||
| address | Yes | ||
| data | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |