pwndbg_attach
Attach to a running process by its PID for debugging with pwndbg inside LLDB. Enables binary analysis and exploit development.
Instructions
Attach to a running process by PID.
Args: session_id: The UUID of the session. pid: Process ID to attach to.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | ||
| pid | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |