syscall - Man Page
check for Linux system call number and availability
Description
usage: syscall [-h] syscall arch
Check system call number/name.
positional arguments
- syscall
system call number/name
- arch
requested architecture (optional)
options
- -h, ā--help
show this help message and exit
Examples
syscall openat arm64 syscall 56 syscall 123 mipso32
See Also
Info
September 2021 Python system-calls