cort
cort

Reputation: 1126

Is there something like Linux ptrace syscall in Windows XP/2003?

Reading Monitoring certain system calls done by a process in Windows, I'm wondering about a Windows equivalent to the ptrace system call or a programmatical workaround.

I had an answer in Is there something like the Linux ptrace syscall in Windows?, but it requires a recent Windows version.

Upvotes: 7

Views: 6162

Answers (1)

flippy
flippy

Reputation: 56

Process Monitor is a Sysinternals utility for doing that.

Upvotes: 2

Related Questions