Reading http://stackoverflow.com/questions/864839/monitoring-certain-system-calls-done-by-a-process I'm wondering about a Windows equivalent to the ptrace syscall or a programatically workaround.
I had an answer in http://stackoverflow.com/questions/865106/is-there-something-like-linux-ptrace-syscall-in-windows but It requires a recent Windows version.
ptraceis a very "versatile" function. There are functions for many of ptrace's functionalities in Windows, but there's not one single function that does them all (this is arguably a good thing). What exactly do you aim to do? – Logan Capaldo Jul 6 '09 at 2:55