dump_module
Extract a loaded module from a debug session to a file, preserving its current memory state for offline analysis and post-unpacking inspection.
Instructions
Dump a loaded module to disk (post-unpacking, etc.).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| module | Yes | Module name. Example: 'target.exe', 'w.dll'. | |
| output | No | Output path. If omitted, uses '<module>_dump.exe' in cwd. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | Structured result data (varies by tool) | |
| error | No | ||
| details | No | Detailed text breakdown | |
| success | Yes | ||
| summary | Yes | One-line human-readable result | |
| suggested_next_tools | No | Tools recommended to call next based on this result |