Skip to content

iurnah/syscall-table

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

syscall-table

Generate JSON system call table from Linux source. Hosted at http://syscalls.kernelgrok.com.

Generating JSON

$ brew install ctags
$ easy_install python-ctags simplejson
$ tar -zxvf linux-2.6.35.4.tar.gz
$ cd linux-2.6.35.4
$ ctags --fields=afmikKlnsStz --c-kinds=+pc -R

☕ or 🍺

$ python ../gen_syscalls.py > ../www/syscalls-2.6.35.4.json

Web

Other

  • only tested on 2.6 kernel versions, needs to be updated
  • largely unmaintained, feel free to open a PR and help out!

About

Generate JSON system call info from Linux source

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published