pwndbg_load
Load an executable into the debugger with optional arguments to start analysis.
Instructions
Load a program into the debugger.
Sets the target executable and optional arguments. The program path is resolved relative to the session's working directory if not absolute.
Args: session_id: The UUID of the session. program: Path to the executable. arguments: Optional list of program arguments.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | ||
| program | Yes | ||
| arguments | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |