Skip to content

HexRabbit/syscall-table

Repository files navigation

syscall-table

Generate JSON system call table from Linux source.

Usage

Hosted on

https://syscall.hexrabbit.io

Deploy manually

# 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

References

Acknowledgments

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