get_memory_map
Retrieve memory mappings of the inferior process to understand its address space layout, useful for exploit development and debugging.
Instructions
Memory mappings of the inferior (info proc mappings — works
without pwndbg). For richer output use
execute_command('vmmap').
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | No |