Trapping system calls from an application
-
Hello all, How to trap/catch system calls from an application. say for Ex: A File I/O Program,in which file open & close system calls needs to trapped. I have some utilities to monitor the system calls generated from an application. But,I need to do it programmatically(in VC++). A Sample code for doing the same will be more helpful!!. Thanks in Advance :rose: Rane
-
Hello all, How to trap/catch system calls from an application. say for Ex: A File I/O Program,in which file open & close system calls needs to trapped. I have some utilities to monitor the system calls generated from an application. But,I need to do it programmatically(in VC++). A Sample code for doing the same will be more helpful!!. Thanks in Advance :rose: Rane
This may give a hand of help HookAPI source code[^]