搜索资源列表
hoh
- 显示如何找出系统中正在运行的所有进程,如何利用OpenProcess() API函数来获得每一个访问进程的进一步信息。 -show how to identify systems are running all processes, how to use OpenProcess () API function to get a visit every process of further information.
7345754
- 截获OpenProcess函数来禁止终止本进-intercepted OpenProcess function to prohibit termination of the Progressive
processpathshow
- 用OpenProcess()函数将进程打开后,再利用EnumProcessModules()函数枚举该进程的模块,最后利用GetModuleFileNameEx()函数就能取得该进程的路径。-with OpenProcess () function to open the process, Reuse EnumProcessModules () function except to the process modules, Finally GetModuleFileNameEx () funct
TerminateProcess
- Terminate Process Project 1. CreateToolShotHelp 2. OpenProcess / TerminateProce
hookapi(OpenProcess)
- 一个利用dll注入拦截OpenProcess,禁止强行关闭程序的例子
HookAPI
- HookAPIProcessGuard是一个使用API函数实现进程保护的简单例子,我们Hook了OpenProcess函数,就能够实现保护了!
listprocess
- 此代码示范了如何利用 CreateToolhelp32Snapshot API函数枚举系统当前进程。以及如何用 HANDLE OpenProcess(...),TerminateProcess(...)来打开和关闭活动进程。
hook_openprocess
- hook openprocess的例子,delphi的源码
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
nokill.rar
- 钩openProcess,防被杀,躲过任务管理器,Hook openProcess, anti-killed
hook-process
- hook openprocess免杀 保护进程-hook openprocess
openprocess
- opeprocess,read,write内核源码
DLLv3_HOOKING
- hook nextfile and openprocess, it blocks notepad and hides files its a mix of diferent codes their autors are:E0N and internals (StickyApp32)
vbHookOpenProcess
- 一个Hook OpenProcess 的VB小程序-Hook OpenProcess a small program in VB
StickyApp32
- windowsNT下的通过截获OpenProcess函数来禁止终止本进程的程序-Through intercepting windowsNT under the OpenProcess function to prohibit the procedure to terminate the process
OpenProcess
- 打开进程 进程进程访问操作 读写 关闭等等 -Open process
Dll
- 完整的ring3 hook openprocess 包含 VB 調用例子而且非常穩定-Full ring3 hook openprocess includes examples of VB calls and is very stable
openprocess
- hook openprocess, vale para aprender alguma coisa, hookapi(OpenProcess)
Hook-API-OpenProcess-[MASM]
- Code simple example hook for API openprocess in Usermode , compile with MASM
HOOK-OPENPROCESS
- OPENPROCESS消息截获处理的代码例子,几年前折腾的-Code examples OPENPROCESS intercepted messages processed, a few years ago to toss