dump_module
Dump a loaded module to disk for post-unpacking analysis. Specify module name and optional output path.
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 |