I need to capture all the operating system calls of my own process. I can not rewrite the code, because this is partially not my code (plugins). I need to be able to decide, as part of my implementation, a specific system call if I want to call the original implementation or not.
Operating systems will be in the first xp windows and higher versions. Later os x 10.5 and higher will follow. Starting with windows with 32-bit versions, later 64-bit versions are also used for all operating systems.
I found a lot of documentation and tools about connecting other processes, but I hope that my work will be much easier, and I hope for some kind of source code.
Thanks a lot, Bernd.
source
share