Skip to content

stepsyscall¤

usage: stepsyscall [-h] [-c CONDITION] [syscall]

Breaks at the next syscall by taking branches.

Alias: stepsc

Positional arguments¤

Positional Argument Help
syscall Syscall number (e.g., 1, 0x3c) or name (e.g., write, exit)

Optional arguments¤

Short Long Help
-h --help show this help message and exit
-c --condition Condition to match (e.g., '$rdi==0', '$rsi>100')