pwndbg_stepover
Set a breakpoint on the next instruction and continue execution, enabling instruction-level stepping over in pwndbg under LLDB.
Instructions
Set a breakpoint on the instruction after the current one and continue.
pwndbg command: stepover (alias: so) Source: pwndbg/commands/next.py Category: Step/Next/Continue
This is pwndbg's enhanced step-over that works at the instruction level by setting a breakpoint on the next instruction address.
Args: session_id: The UUID of the session. addr: Optional address to step over at (defaults to current PC). timeout: Maximum seconds to wait (default 30).
See: https://pwndbg.re/2025.05.30/reference/pwndbg/commands/next/
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | ||
| addr | No | ||
| timeout | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |