在 Windows XP/2003 中是否有类似 Linux ptrace 系统调用的东西?

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/870103/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-15 12:30:03  来源:igfitidea点击:

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

windowsdebuggingptrace

提问by ivmos

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

阅读监视 Windows 中的进程完成的某些系统调用,我想知道与ptrace系统调用或编程解决方法等效的 Windows 。

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

在 Windows是否有类似 Linux ptrace 系统调用的问题中得到了答案,但它需要最新的 Windows 版本。

回答by flippy

Process Monitoris a Sysinternalsutility for doing that.

Process Monitor是用于执行此操作的Sysinternals实用程序。