/syscall-table-32bit

Generate JSON system call info from Linux source

Primary LanguageJavaScriptMIT LicenseMIT

syscall-table (32-bit)

Generate JSON system call table from Linux source. Hosted at https://syscalls32.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
  • ☕ or 🍺

Web

Kernel version

Generated from Linux kernel 4.10

Contributors