edb_generate_core_dump
Generate a core dump file containing the process memory and register state for post-mortem analysis.
Instructions
Generate a core dump of the current process for post-mortem analysis. Equivalent to EDB's save state feature. Saves full process memory and register state to a core file.
Args: params (CoreDumpInput): Output - file_path (str): Output file path (default: core)
Returns: str: Core dump confirmation with file size
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |