windbg_write_memory
Write memory at a specified address or symbol using byte, word, dword, qword, ASCII, or Unicode formats for 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 |