简体   繁体   English

Process Explorer使用哪个winapi函数来暂停进程?

[英]Which winapi function does the Process Explorer use to suspend process?

I am attempting to write a hook which will catch " SomeFunction " of Process Explorer that suspends process. 我正在尝试编写一个钩子,它将捕获暂停进程的Process Explorer的SomeFunction ”。 I already have a solution which hooks functions such as SuspendThread and NtSuspendThread . 我已经有了一个挂钩SuspendThreadNtSuspendThread等函数的解决方案。 But the Process Explorer use something different and I don't know what. 但是Process Explorer使用了不同的东西,我不知道是什么。 Please can anyone tell me the name of the function used by PE to suspend process? 请问有人可以告诉我PE暂停进程所使用的函数名称吗?

Attach it to an API Monitor; 将其附加到API监视器; It calls NtOpenProcess -> NtSuspendProcess() 它调用NtOpenProcess -> NtSuspendProcess()

SShot

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM