/whichsyscall

A glimpse to get syscall name from number.

tell me which syscall name is refer to this number?

usage: whichsyscall <syscall_number>

install with just a second wget https://github.com/zyazhb/whichsyscall/raw/master/whichsyscall -O /usr/local/bin/whichsyscall && chmod +x /usr/local/bin/whichsyscall