On Linux I'm trying to determine which system calls were hooked (syscall hooking) and which ones were not. I need answers to the following questions:
How can I read the address of a hooked system call from userspace (with root access)?
How can I obtain the address of the original system call?
Thank you.