pwndbg_start
Initiate an LLDB session, optionally loading pwndbg for enhanced debugging, and return a session ID for subsequent commands.
Instructions
Start a new LLDB session with pwndbg loaded.
Spawns an LLDB process, optionally loads pwndbg via command script import,
and returns a session ID for subsequent commands.
Args:
lldb_path: Path to the LLDB binary (default: "lldb").
working_dir: Working directory for the session.
pwndbg_path: Path to pwndbg's lldbinit.py entry point. If provided,
pwndbg will be loaded automatically via command script import.
See: https://pwndbg.re/2025.05.30/reference/pwndbg/dbg/lldb/
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lldb_path | No | lldb | |
| working_dir | No | ||
| pwndbg_path | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |