You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a rake task to automate downloading the Linux kernel source code (either .tar.xz or from git), extracting the file containing the syscall numbers, and scraping the names => numbers from it. This will help automating updating the syscall numbers when new syscalls are added.
The text was updated successfully, but these errors were encountered:
Add a rake task to automate downloading the Linux kernel source code (either
.tar.xz
or from git), extracting the file containing the syscall numbers, and scraping the names => numbers from it. This will help automating updating the syscall numbers when new syscalls are added.The text was updated successfully, but these errors were encountered: