Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mebeim/linux-syscalls
🌐🐧 Browsable linux kernel syscall tables built with Systrack (https://github.com/mebeim/systrack)
https://github.com/mebeim/linux-syscalls
linux linux-kernel security-research security-tools syscall-table syscalls
Last synced: 7 days ago
JSON representation
🌐🐧 Browsable linux kernel syscall tables built with Systrack (https://github.com/mebeim/systrack)
- Host: GitHub
- URL: https://github.com/mebeim/linux-syscalls
- Owner: mebeim
- License: gpl-3.0
- Created: 2023-02-19T23:21:15.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-07-15T02:10:01.000Z (4 months ago)
- Last Synced: 2024-08-14T10:13:46.748Z (3 months ago)
- Topics: linux, linux-kernel, security-research, security-tools, syscall-table, syscalls
- Language: JavaScript
- Homepage: https://syscalls.mebeim.net
- Size: 53.5 MB
- Stars: 144
- Watchers: 6
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Linux kernel syscall tables
===========================### Live at **[syscalls.mebeim.net](https://syscalls.mebeim.net)**.
High-quality browsable tables of system calls implemented by the Linux kernel on
various architectures and ABIs. Powered by [Systrack][systrack], a Linux
kernel syscall implementation tracker.**Features**:
- Tables for multiple architectures, ABIs, and kernel versions, easily
selectable and switchable.
- URL parameters to share/link a specific table.
- Direct links to syscall definitions within the kernel source code.
- Parameter types, names and corresponding ABI calling convention registers.
- Listed Kconfig options for optional syscalls.
- Downloadable kernel configurations to build kernels with the same syscalls
listed in the tables.---
*Copyright © 2023-2024 Marco Bonelli. Licensed under the GNU General Public License v3.0.*
[systrack]: https://github.com/mebeim/systrack