Hi,
I'm looking for an equivalent of the 'strace' command from Linux running under Windows. It is a tool to trace all system calls made by a process, it's child processes or loaded libraries. I've tried StraceNT but unfortunately it doesn't seem to report syscalls made by child processes and by external DLLs loaded by the process. I haven't found any other tools besides StraceNT working under Windows XP. Are there any better tools to trace a process ? I'm also not only interested in the mere fact, that a process calls syscal X but what the actual arguments for it are.






