搜索资源列表
sendhook
- 使用线程插入的键盘记录.可以在进程管理器中隐藏.-use of the keyboard thread insert records. In the process managers concealed.
hHooksZwQuerySystemInformation
- hHook 内核ntoskrnl sZwQuerySystemInformation隐藏任务管理器进程名-hHook kernel ntoskrnl sZwQuerySystemInforma tion task management device hidden from the process
demo
- hook编程实现隐藏进程屏蔽任务管理器.代码无错误!
5ivb_855391
- 使用HOOKAPI使进程管理器都结束不掉得程序代码!绝对的Cool啊,除非是关机才能被退出。-HOOKAPI make use of process management for both the end of everything in code! Cool absolute ah, unless the shutdown can be aborted.
vb
- VB写的禁止进程被在任务管理器里结束的功能。-Written in VB prohibit process by the end of the function in the Task Manager
DisableWindowsKeys
- 用VB编程实现锁定计算机键盘,主要功能就是禁止键盘上的任意按键,同时还可以为软件设置密码,禁用任务管理器,保存当前设置;另外还可在任务栏添加小图标和任务管理器"应用程序"及"进程"隐藏进程的功能,并且锁定计算机后禁止使用屏保密码,可以使用快捷键解锁。-Programming with VB computer keyboard lock, main function is to prohibit any key on the keyboard, while software can also se
ProcessMg
- 进程管理器的简单实现,对初学者有很大的帮助,高手可以跳过。-Process Manager, a simple realization, there is a great help for beginners, masters can be skipped.
Simple_APIHook
- 这是在Ring 3环境下简单的API Hook,实现让任务管理器无法结束进程。-This is the Ring 3 environment, a simple API Hook, to achieve so that Task Manager can not end the process.
20051138274826
- 该代码可以使你的进程不能用任务管理器终止,就连著名的 proceXP 也无法 kill process,除非重新启动电脑。其中使用的 StickyApp32.dll 没有源码,比较遗憾。 (注:国外源码,非本人原创) -The code can make your process can not use Task Manager to terminate, even the famous proceXP can not kill process, unless restart the com
nokill
- 利用微软Detour学习HOOK任务管理其,是进程不能被任务管理器结束,主要HOOK的是CreatePrcess,很好的一个模板,大家HOOK其它函数时候直接套用就OK了-HOOK learning tasks using Microsoft manage its Detour is a process that can not be the end of Task Manager, the main HOOK is CreatePrcess, a good template, you HOOK
zhusjm-process
- 利用注入来实现伪装进程的名字,让任务管理器看见的进程名字和PE文件名不同。-make process name
PS-Protect
- 保护进程不被任务管理器结束 VB Hook-Protect the Task Manager process is not the end of VB Hook
Farcontrol
- 完全绿色 删除不残留任何文件,无自启动! client端如选择隐藏运行 ,可在任务管理器结束进程 只写了文件管理,和键盘记录功能,可以自删除! -Green does not completely remove any residual files, no self-starting! If you choose to hide the client side to run, you can end the process in Task Manager Just write a
KillDll
- 任务管理器无法结束进程无法结束的一个小程序,-Task Manager can not end the process can not end a small program,
HookProtectProcessLib
- 防止进程被结束 任务管理器的“结束任务”实际上就是强制终止进程,它所使用的是一个叫做TerminateProcess()的Win32 API函数以下是此函数的定义(Prevent the process from being terminated The task manager's end task is actually a forced termination of the process. It uses a Win32 API function called Terminate
ok__应用层64位隐藏进程
- 隐藏任务管理器的进程,任务管理器无法查看到当前进程(25/5000 The task manager cannot view the current process by hiding the task manager process)
进程注册表保护
- 使用mhook库设置函数钩子,支持x86 x64系统,远程注入dl方式实现任务管理器进程防杀,注册表防修改。