Debugger and inspection
Debug Sessions
Session lifecycle, file loading, breakpoints, attach flows, and execution control.
Inspection
Context snapshots and memory reads without changing execution.
Attach API
Local
/attach helper API and the bundled Python helper.Automation and exploit I/O
pwncli Workflows
Session-scoped exploit-driver startup, I/O, events, and cleanup.
Processes
Helper commands and tracked background processes.
Python
Managed Python execution and package management.
Repositories
Clone helper repos into
/workspace.RetDec
Inspect optional decompilation status and retrieve code when available.
If you need a full end-to-end sequence instead of a tool-by-tool breakdown, use the Guides section.