slamko / seescall

Inspect Linux syscall table from the terminal

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

seescall <call name // call number>

user@host$ seescall shmat

30 asmlinkage long sys_shmat(int shmid, char __user *shmaddr, int shmflg);

About

Inspect Linux syscall table from the terminal

License:GNU General Public License v3.0


Languages

Language:OCaml 96.6%Language:Makefile 3.4%