/syscalls-table-64bit

Primary LanguageJavaScriptMIT LicenseMIT

syscall-table (64-bit)

Generate JSON system call table from Linux source. Hosted at https://syscalls64.paolostivanin.com.

Generating JSON

  • Install ctags (http://ctags.sourceforge.net)
  • easy_install python-ctags simplejson
  • Download and extract the Linux kernel sources (https://www.kernel.org)
  • Move the extraced folder to /usr/src/linux-$VERSION
  • chmod +x prepare-files.sh && ./prepare-files.sh
  • python generate_table.py

Web

Kernel version

Generated from Linux kernel 4.10

Contributors