windbg_read_memory
Read memory from a WinDbg target at any address, choosing from byte, word, dword, qword, ASCII, Unicode, or pointer formats. Set the unit count to control how much data to retrieve for efficient analysis.
Instructions
Read memory in a chosen format (byte/word/dword/qword/ascii/unicode/pointer).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fmt | No | Display format | byte |
| count | No | Number of units | |
| address | Yes | Address or symbol |