GitHub - HexRabbit/syscall-table: Generate JSON system call info from Linux source

Generate JSON system call table from Linux source.

# install required packages
apt install ctags make

# clone repo
git clone https://github.com/HexRabbit/syscall-table
cd syscall-table

# install deps
poetry install

# automatically fetch the newest Linux source & generate static files
poetry run python3 gen_syscalls.py FETCH

# or use your specific Linux version
poetry run python3 gen_syscalls.py path/to/linux_source

# deploy to github pages
bash deploy.sh

This project was initially developed by Greg Ose. Huge thanks to him for creating such an excellent project.