HexRabbit / syscall-table

Generate JSON system call info from Linux source

Home Page:https://syscall.hexrabbit.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

syscall-table

Generate JSON system call table from Linux source.

Usage

Hosted on

https://syscall.hexrabbit.io

Deploy

# 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

About

Generate JSON system call info from Linux source

https://syscall.hexrabbit.io/

License:MIT License


Languages

Language:CSS 58.4%Language:Python 37.7%Language:Shell 4.0%