阅读:1537回复:1
hook 了ZwTerminateProcess后,调用驱动的进程无法退出?
进程A 调用驱动hook 了ZwTerminateProcess后,进程A自己却无法退出,其他进程可以退出。hookZwTerminateProcess中只是调用了原来的ZwTerminateProcess。进程A是用DeviceIoControl通知驱动开始hook,然后就退出了。求教了
|
|
沙发#
发布于:2007-07-20 09:21
problem solved
If the caller specifies the current process in the ProcessHandle parameter, ZwTerminateProcess does not return. |
|