get_memory_map
Retrieve the virtual memory map of a debugged process, including base address, size, protection, type, and module. Optionally filter by module name or protection flags.
Instructions
Return the virtual memory map of the debuggee process: all regions with base address, size, protection, type, and associated module.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sessionId | Yes | Session ID | |
| filterModule | No | Optional module name to filter regions by | |
| filterProtection | No | Optional protection filter, e.g. 'ERW' (Execute-Read-Write) |