read_debug_memory
Read and display a hex dump of memory from the currently debugged process by specifying an address and optional size. Solves the need to inspect runtime memory state during active debugging sessions.
Instructions
Read memory from the debugged process. Requires active debugger. Returns hex dump.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| size | No | ||
| address | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |