edb_analyze_heap
Analyze heap memory regions, sizes, permissions, and strings in a debugged process to identify heap structure and potential vulnerabilities.
Instructions
Analyze the heap memory region of the debugged process. Equivalent to EDB's HeapAnalyzer plugin. Shows heap regions, sizes, permissions, and strings found in heap memory.
Returns: str: Heap analysis including regions, sizes, and strings
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |