pwndbg_load_core
Load a core dump file into an active debug session to perform post-mortem analysis of program crashes and faults.
Instructions
Load a core dump file for post-mortem analysis.
Args: session_id: The UUID of the session. program: Path to the executable that generated the core. core_path: Path to the core dump file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | ||
| program | Yes | ||
| core_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |