system call hooking

System call hooking is a technique in computer programming where the behavior and functionality of system calls, which are essential operating system functions, are modified or intercepted by an external program or code snippet.

Requires login.