Login
From:
Binary Debt
(Uncensored)
subscribe
System Call Table in Linux – Binary Debt
https://binarydebt.wordpress.com/2018/12/09/system-call-table-in-linux/
links
backlinks
Tagged with:
programming
linux
operating systems
quick reads
x86 64
system call
Roast topics
Find topics
Find it!
System call table is an array of function pointers. It is defined in kernel space as variable sys_call_table and it contains pointers to functions which implement system calls. Index of each functi…