dosbox_read_memory
Read raw physical memory at a specified DOSBox address directly, returning captured bytes for debugging emulator state. Use to inspect or verify memory contents without a running process.
Instructions
Read physical memory; unmapped bytes are indistinguishable from zero.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| size | Yes | ||
| address | Yes | ||
| overwrite | No | ||
| output_path | No | ||
| allow_running | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||