Linux System Call Table
CTF | Cheatsheet | Dataset | x86These websites provided an overview of the Linux systemcall interface by listing the syscall numbers, their meanings, and their arguments.
- https://syscalls.mebeim.net/
- x86, ARM, MIPS, all in 32-bit and 64-bit
- Kernel versions v4.0 up to current
- https://blog.rchapman.org/posts/Linux_System_Call_Table_for_x86_64/
- x64
- https://filippo.io/linux-syscall-table/
- x64
- https://syscalls64.paolostivanin.com/
- x64
- https://thevivekpandey.github.io/posts/2017-09-25-linux-system-calls.html
- x64