pwndbg_stepsyscall
Step to the next syscall instruction by single-stepping through all instructions, following branches until a syscall is encountered.
Instructions
Step to the next syscall instruction (follows branches).
pwndbg command: stepsyscall (alias: stepsc) Source: pwndbg/commands/next.py Category: Step/Next/Continue
Unlike nextsyscall, this follows branches by single-stepping through all instructions until a syscall is found.
Args: session_id: The UUID of the session. 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 | ||
| timeout | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |