edb_get_memory_map
Retrieve the memory map of the debugged process, showing address ranges, permissions, offset, and paths for all mapped regions.
Instructions
Get the process memory map (like /proc/pid/maps). Shows address ranges, permissions, offset, and paths for all mapped regions.
Returns: str: Memory map listing
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |