Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.pwno.io/llms.txt

Use this file to discover all available pages before exploring further.

Use the guides when you want a working sequence, not just a tool description.

First Debug Session

Create a session, load a binary, stop at main, and inspect state.

Attach to a Running Process

Join an existing PID with either the MCP attach tool or the local attach helper API.

Interactive Exploit Loop

Start a pwncli driver, send input, read output, and collect events.

Multi-Session Workflows

Keep several debugger or exploit flows active without state collisions.

Build and Helper Processes

Use helper commands, background services, Python helpers, and repo fetches safely.
  1. Start with First Debug Session.
  2. Move to Attach to a Running Process when the target is already alive.
  3. Use Interactive Exploit Loop when you need session-scoped exploit I/O.
  4. Add Multi-Session Workflows and Build and Helper Processes as your workflow gets more complex.
If you already know the workflow and just need exact tool arguments or return fields, jump to the Reference section instead.