windows进程守护

时间:2020-07-30 06:33:55
【文件属性】:
文件名称:windows进程守护
文件大小:151KB
文件格式:7Z
更新时间:2020-07-30 06:33:55
进程守护 WaitForMultipleObjects 可以等待进程、线程、事件、信号、mutex等,可以用它实现进程保护,在需要保护的进程被结束时,重新启动保护进程,可以达到普通用户无法正常结束进程的目的,如保护进程和被保护进程互相保护,那就更难结束了。
【文件预览】:
ProcessProtect.sln
Debug
----ProcessProtect.exe(231KB)
.vs
----ProcessProtect()
--------v14()
ProcessProtect
----ProcessProtect.vcxproj.filters(2KB)
----resource.h(2KB)
----ProcessProtect.vcxproj(10KB)
----stdafx.h(2KB)
----ReadMe.txt(4KB)
----res()
--------ProcessProtect.rc2(684B)
--------ProcessProtect.ico(66KB)
----ProcessProtectDlg.cpp(6KB)
----ProcessProtect.cpp(2KB)
----ProcessProtect.h(491B)
----stdafx.cpp(147B)
----SelectProcess.h(605B)
----ProcessProtect.rc(10KB)
----ProcessProtectDlg.h(898B)
----SelectProcess.cpp(3KB)
----targetver.h(240B)

网友评论