pwndbg_nextsyscall
Pauses execution at the next syscall instruction, bypassing branches. Simplifies tracing system calls during binary analysis.
Instructions
Break at the next syscall instruction (without taking branches).
pwndbg command: nextsyscall (alias: nextsc) Source: pwndbg/commands/next.py Category: Step/Next/Continue
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 |