windbg_write_memory
Write memory at an address in WinDbg using byte, word, dword, qword, ASCII, or Unicode formats. Modify process memory directly to test hypotheses or patch data during debugging.
Instructions
Write memory in a chosen format (byte/word/dword/qword/ascii/unicode).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fmt | No | Write format | byte |
| values | Yes | Space-separated values, or quoted string for ascii/unicode | |
| address | Yes | Address or symbol |