资源列表
在Windows 2003中HOOK ZwCreateProcessEx
- 工作需要,想控制进程的创建,于是HOOK了ZwCreateProcess,后来发现xp和2003中创建进程的都用NtCreateProcessEx-work needs to control the process of creation, then the ZwCreateProcess HOOK, later found xp 2003 and the process of creating both NtCreateProcessEx
FindManSrc
- 句柄值查询器. 可实现集灰色按钮客星、星号密码查看器、无效菜单激活器于一身的实用工具。由于现在很多程序员习惯把软件的密码或序列号事先计算出来,存放到一个不可见的控件元素中,所以,添加上类的搜索与关键字查询功能, 它还具有密码读取的能力。 -handle inquiries for value. Set achievable gray button-passenger Star Password viewer, invalid menu activation device in a p
Hook_Grabkb
- 这个hook可以记录键盘输入的信息,通过简单的修改可已记录鼠标信息。很适合初学者学习。-This hook can record keyboard input information through simple modifications can be recorded mouse information. It is suitable for beginners to learn.
get
- 获取当前程序和窗口 源码是繁体的,可以列出当前所有程序名称列表、窗口、模块 源码很简洁,是个不错的范例
hoot
- 一个hook的实例可以做* 一个hook的实例可以做* -Instance of a hook to do plug-in instance of a hook to do plug-in
HOOK_VIRUS
- 运用钩子技术的病毒实例。 一个没有破坏力的病毒,大家放心。-Examples of the use of hook-virus technology. A virus is not destructive, we rest assured.
detourxs
- - To remove a detour you just pass in the original pointer - No classes and released as a lib - API version of detour is just a thin wrapper (why didnt i do that before lol) - Easy to add different "detour jumps"
HookApi.rar
- 利用全局钩子,对API函数加载钩子,实现对API的监控,The use of the overall hook, hook load of the API function to achieve the monitoring of the API
07---TGUID
- IT HOOK AND PROTECT PROCESS FOR YOU WB
通过API HOOK 创建SYSTEM用户进程
- 通过API HOOK 创建SYSTEM用户进程
6546545465
- 阻止使用Ctrl+Alt+Del,关机,注销,重启,等操作-Prevent the use of Ctrl+ Alt+ Del, shut down, logoff, restart, and other operations
keypress
- * Parameters: * key : virtual keycode of the key to send. For printable * keys this simply the ANSI code (Ord(character)). * shift : state of the modifier keys. This is a set, so you * can set several of these keys (shift, control, alt, * m