Linux Syscall Reference Table for x86, x64, arm32 and arm64, searchable via CLI.
$ pip3 install -r requirements.txt
$ python3 sysref.py -a <architecture> <keyword>
$ python3 sysref.py -a x86 -s sys_open
$ python3 sysref.py -a x86 dup
- Add argument for shorter output (no reference, no syscall number)
- Provide HTML output
- Support for RISC-V
Syscall table for x86:
Syscall table for x64:
- Filippo Valsorda's Searchable Linux Syscall Table for x86 and x86_64
Syscall tables for arm32 and arm64: