搜索资源列表
hookapi(OpenProcess)
- 一个利用dll注入拦截OpenProcess,禁止强行关闭程序的例子
StickyApp32
- windowsNT下的通过截获OpenProcess函数来禁止终止本进程的程序-Through intercepting windowsNT under the OpenProcess function to prohibit the procedure to terminate the process
显示和*系统当前进程
- 此代码示范了如何利用 CreateToolhelp32Snapshot API函数枚举系统当前进程。以及如何用HANDLE OpenProcess(...),TerminateProcess(...)来打开和关闭活动进程。 -this code demonstrated how to use CreateToolhelp32Snapshot API function except to the current process syste
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, Finall
TerminateProcess
- Terminate Process Project 1. CreateToolShotHelp 2. OpenProcess / TerminateProce-Terminate Process Project 1. CreateToolShotHelp 2. OpenProcess/TerminateProce
hookapi(OpenProcess)
- 一个利用dll注入拦截OpenProcess,禁止强行关闭程序的例子-Dll into the interception of a use OpenProcess, prohibition of forced closure procedure example
HookAPI
- HookAPIProcessGuard是一个使用API函数实现进程保护的简单例子,我们Hook了OpenProcess函数,就能够实现保护了!-HookAPIProcessGuard is a realization of the process of using the API function to protect the simple example, we Hook the OpenProcess function can be
listprocess
- 此代码示范了如何利用 CreateToolhelp32Snapshot API函数枚举系统当前进程。以及如何用 HANDLE OpenProcess(...),TerminateProcess(...)来打开和关闭活动进程。 -This code demonstrates how to use CreateToolhelp32Snapshot API function system is currently the proce
SSDTHook
- 对付ring0 inline hook的基本思路是这样的,自己写一个替换的内核函数,以NtOpenProcess为例,就是 MyNtOpenProcess。然后修改SSDT表,让系统服务进入自己的函数MyNtOpenProcess。而MyNtOpenProcess要做的事就是,实现NtOpenProcess前10字节指令,然后再JMP到原来的NtOpenProcess的十字节后。这样NtOpenProcess 函数头写的JMP都失效了,
hookOpenProcess
- 利用hook openprocess实现防止任务管理器结束的方法,但是只能实现防止任务管理器,其他的防不住-Hook openprocess use Task Manager to prevent the realization of the end of the method, but can only achieve the Task Manager to prevent other防不住
hook_openprocess
- hook openprocess的例子,delphi的源码-hook openprocess example, delphi source
openprocess
- 可以SeDebugPrivilege用户权限用打开系统的进程-SeDebugPrivilege user permissions can be used to open the process of system
OpenProcess
- 打开进程 进程进程访问操作 读写 关闭等等 -Open process
vc468222444
- 此代码示范了如何利用 CreateToolhelp32Snapshot API函数枚举系统当前进程。以及如何用 HANDLE OpenProcess(...),TerminateProcess(...)来打开和关闭活动进程。 -This code demonstrates how to use function CreateToolhelp32Snapshot API system is currently the proce
openprocess
- opeprocess,read,write内核源码
nokill
- 钩openProcess,防被杀,躲过任务管理器-Hook openProcess, anti-killed
Injector
- BOOL InjectDLL(DWORD ProcessID) { HANDLE Proc char buf[50]={0} LPVOID RemoteString, LoadLibAddy if(!ProcessID) return false Proc = OpenProcess(CREATE_THREAD_ACCESS, FALSE, ProcessID)
openprocess
- hook openprocess, vale para aprender alguma coisa, hookapi(OpenProcess)