Skip to content

yuankunzhang/syscall-table-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Linux Syscall Table Generator

This tool generates the Linux x86 and x64 syscall tables in Markdown format.

See the generated tables here:

To use it, you need to have a local copy of the Linux source tree. Then run:

./gen.sh <path-to-linux-source-tree> 32     # x86 syscall table
./gen.sh <path-to-linux-source-tree> 64     # x64 syscall table

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages