mkYYY / syscalls-table-64bit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:MIT License


Languages

Language:JavaScript 84.4%Language:CSS 8.5%Language:Python 3.7%Language:HTML 2.7%Language:Shell 0.7%