搜索资源列表
KillThread
- 杀死进程的小程序,TerminateProcess的使用,以及CListCtrl等控件的操作-process of killing small programs, TerminateProcess use, CListCtrl and other operational controls
HOOK_class
- 系统钩子 有现成的类可以复用,可以挂接任何一个API HookTermProLib为钩子所使用的DLL,挂接了TerminateProcess函数 HookTermProApp为加载钩子的应用程序-system hook is ready to resume use category, can be articulated any HookTermProLib an API used to hook the DLL, TerminateProcess articulated a fu
20133348665
- 怎样让自己的程序进程不让别人强行关闭掉,拦截API函数,利用钩子拦截TerminateProcess这个API函数-how to let their own procedures process forced the closure of not allowing people to swap, intercepting API function, use the hook to intercept the TerminateProcess API
TerminateProcess
- Terminate Process Project 1. CreateToolShotHelp 2. OpenProcess / TerminateProce
listprocess
- 此代码示范了如何利用 CreateToolhelp32Snapshot API函数枚举系统当前进程。以及如何用 HANDLE OpenProcess(...),TerminateProcess(...)来打开和关闭活动进程。
TerminateProcess
- program TerminateProcess {$APPTYPE CONSOLE} uses SysUtils, Windows var ProcessHwnd, WindowHwnd: THandle ProcessID: DWORD begin //得到记事本的主窗口句柄 WindowHwnd := FindWindow( Notepad , nil) if not isWindow(WindowHwnd) then ExitProcess(0) //得到记事本的进程标识 GetWind
terminateprocess-(360included)
- 强力结束进程 PspTerminateProcessByPointer 网上代码改的完整的直接有SYS文件-Strong end of the process PspTerminateProcessByPointer a complete online code to change files directly to a SYS
ApiHook
- 通过拦截TerminateProcess和OpenProcess两个API,防止进程被结束-Two by interception TerminateProcess and OpenProcess API, to prevent the process is concluded
vbDrv_TerminateProcess
- vb用驱动结束进程(杀毒软件可能会报病毒),可以结束任意进程(IceSword,XueTr,360等都挡不住)-vb by driving the end of the process (anti-virus software may report the virus), can end any process (IceSword, XueTr, 360 and so can not stop)
02TerminateProcess
- 根据输入的进程PID号,终止目标进程。利用api Terminateprocess()-Enter the PID of the process in accordance with its termination of the target process. Use api Terminateprocess ()
APIHook
- API hooking example. Current example is TerminateProcess.
listprocesshao
- 主要是用到CreateToolhelp32Snapshot API函数来枚举系统当前进程,以及HANDLE OpenProcess(...)、TerminateProcess(...)打开和关闭当前正在运行的程序进程。 -Mainly used CreateToolhelp32Snapshot API function to enumerate the current process, and HANDLE OpenProcess (...), TerminateProcess (...)
KillProcess
- 用vb编写的结束进程的工具(有点强) 是窗体代码,直接复制-TerminateProcess
terminateprocess
- TerminateProcess和CreateProcess的使用实例。-CreateProcess TerminateProcess and the use of examples.
TerminateProcess
- 基于MFC的进程监控、进程管理工具,使用方便-process management
KillExe
- Kill当前正在运行的进程。功能相当于任务管理器。 1.列表框显示正在运行的进程.(Process) 2.Kill正在运行当中的进程,加入选择程序提示. 3.程序启动时在任务栏上隐藏本程序. 4.About对话框. 5.Kill进程之后可以刷新进程列表. 6.屏蔽系统热键功能. 7.Beauty按钮调用: 1.CreateProcess函数调用Notepad,用TerminateProcess函数关闭. 2.用Winexec调用Windows自带的
KillProcess
- 是一个自己动手写的杀死指定的系统中的进程的windows程序,包括创建进程快照,在快照里面筛选出指定进程,指定进程的访问权限,更改指定进程的访问权限,调用函数TerminateProcess终止该进程!是进程编程学习的很好的源码资料!-Is to write himself to kill the process specified in the windows system program, including creating a snapshot of the process, which
Project2
- Simple API Hook TerminateProce-Simple API Hook TerminateProcess
Hook_Open_Terminate
- 可以方便面的实现任务管理器下阻止程序被手动杀掉 OpenProcess和Terminateprocess的Hook使用 APIHOOK代码的引用-Can achieve instant noodles under the Task Manager to stop the program was manually kill the Hook OpenProcess and Terminateprocess reference code using APIHOOK
TerminateProcess
- 结束 Windows 系统中的指定进程.-The end of the specified process in Windows system.