搜索资源列表
LimitMouse
- 一个限制鼠标移动范围的DLL。源码有两部分组成:dll源码和安装dll的程序的源码。如果要关闭鼠标限制,请用任务管理器杀死安装dll的程序。-a limited range of movement of the mouse DLL. Source has two components : dll installed dll source and the procedure for the source. If restricted to the closure of the mouse, use
Detection_of_the_hidden_processes
- Many users have got used that Windows NT Task Manager shows all processes, and many consider that i s impossible to hide a process from Task Manager. Actually, process hiding is incredibly simple. There are lots of methods available for such a purpos
HookSrc
- API calls interception is the task that allows you to get access to some parts of others programs. Lots of programmers spend time developing and describing various methods that allow that access. Such methods are used in many anti-virus and anti-spyw
TrayEx
- 任务栏图标添加方法,让初学者对这一功能有初步了解,学以致用,在自己程序中添加这项功能,让程序更美观。-add task bar icon, so beginners of this function preliminary understanding, and application. in their own procedures to add this function, process more attractive.
hHooksZwQuerySystemInformation
- hHook 内核ntoskrnl sZwQuerySystemInformation隐藏任务管理器进程名-hHook kernel ntoskrnl sZwQuerySystemInforma tion task management device hidden from the process
trapkeys
- 此代码示范在Windows XP中如何实现屏蔽CTRL+ALT+DEL组合键序列,任务切换组合键序列(Alt+Tab),任务栏和“开始”菜单(Ctrl+Esc,VK_LWIN,VK_RWIN)。-this model code in Windows XP how to achieve shielding CTRL ALT DEL key sequence composition, mandate bond portfolio switching sequence (Alt-Tab), the t
Winio.rar
- Winio做的键盘记录(硬件记录)。有时候调用windows的API不能起效。这个是驱动级别的。能成功完成任务。,Keyloggers do Winio (hardware records). Sometimes windows of the API calls can not take effect. This is a driver level. To the successful completion of the task.
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
Hook
- 自己写的一个锁机软件。 使用钩子屏蔽热键。 使用Process类终止任务管理器-Writing a lock their software. The use of hook hotkey shielding. Terminating the use of Process Task Manager
HookLock
- C#锁屏程序,对系统的功能热键进行了屏敝,ctrl+alt+del没有屏敝,只是对任务管理器做了设置 -C# lock-screen procedures, function of the system conducted a screen worn hotkey, ctrl+ alt+ del does not screen worn, just did a set up Task Manager
HideDriver_source
- The task: The processes selected by the user should be invisible for such applications as the Task Manager, Process Explorer, and others. In addition, they should not be available for such Windows API functions as EnumProcesses(), OpenProcess(), Enum
HideDriver_binari1
- The processes selected by the user should be invisible for such applications as the Task Manager, Process Explorer, and others. In addition, they should not be available for such Windows API functions as EnumProcesses(), OpenProcess(), EnumProcessMod
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.
TaskMgr_Module
- 阻止程序被任务管理器结束 调用方法:HookTaskMgr-Task Manager stop the process by the end of calling method: HookTaskMgr
RE-Google
- A very refreshing idea of using Google Code, indeed! After running the plugin, the disassembly is enriched with links to the source code of detected functions. Double clicking on them opens the corresponding source file in google. The task of verify
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
SYSENTER-hook
- SYSENETER是一条汇编指令,它是在Pentium® II 处理器及以上处理器中提供的,是快速系统调用的一部分。SYSENTER/SYSEXIT这对指令专门 用于实现快速调用。在这之前是采用INT 0x2E来实现的。INT 0x2E在系统调用的时候,需要进行栈切换的工作。由于Interrupt/Exception Handler的 调用都是通过 call/trap/task这一类的gate来实现的,这种方式会进行栈切换,并且系统栈的地址等信息由TSS提供。这种方式可能会引起多
PS-Protect
- 保护进程不被任务管理器结束 VB Hook-Protect the Task Manager process is not the end of VB Hook