Tagged Questions
4
votes
1answer
1k views
Is there something like linux ptrace syscall in Windows XP/2003?
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 ...