dosbox_find_guest
Locate the DOS guest in an emulator process and list every loaded program with its segment and start path, no profile required. Enables memory reads and tracing for unknown games.
Instructions
Find the DOS guest inside an emulator process and report what is loaded in it -- with no profile and no prior knowledge. This is the way in for a game nobody has described yet: it locates guest physical zero from the BIOS data area, then walks the DOS memory chain and names every loaded program, its load segment and the path it was started from. Those segments are what dosbox_read_memory(segment=...) and dosbox_search_memory take, and what a new profile is written from.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pid | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||