pwndbg_ed
Write hex dwords to a specified memory address using WinDbg-style format.
Instructions
Write hex dwords at address (WinDbg-style).
pwndbg command: ed Source: pwndbg/commands/windbg.py Category: WinDbg
Args: session_id: The UUID of the session. address: Address to write to. data: Space-separated hex dwords.
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 |