搜索资源列表
USB-Monitor
- USB监视 U盘插入_拔除信息 用钩子函数完成-USB Monitor
source_delete_new
- 解决内存泄露的源代码,重载了NEW DELETE 函数,通过获取指针的钩子,截获内存泄露的元凶-Solve the memory leak of source code, overloading the NEW DELETE function, through access to the hook pointer, memory leak intercepted the culprit
KeybdHook
- 该DLL出口为目的的多种功能 说明如何安装,控制和取消安装 Windows的监测键盘活动挂钩函数。 源代码的大部分可用于几乎任何类型 Windows的钩子函数。-The DLL exports several functions for the purpose of illustrating how to install, control, and de-install a Windows hook function for monitoring keyboa
HOOK
- hook键盘钩子 鼠标钩子编辑源码和函数等等详细解释,不得不看的资料-a detailed explanation of the hook keyboard hook the mouse hook edit source code and functions, etc., have to see information
HOOK
- 钩子函数,能截获全部线程的键盘消息,但没做出修改功能-Hook function, capable of intercepting all threads keyboard messages, but did not make changes
jianpanjilu
- 键盘记录小程序。利用钩子函数钩取键盘输入,记录加农输入。-The keyloggers small program. Hook function hooking keyboard input, record Cannon input.
Delphi-back-monitor
- 一、把当前进程变为一个系统服务: 目的是在任务列表中把程序隐藏起来。调用API函数RegisterServiceProcess实现。 二、定义全局热键(本例中定义热键Ctrl+Del+R),步骤: 1、定义捕获Windows消息WM_HOTKEY的钩子函数,即:procedure WMHotKey(var Msg : TWMHotKey) message WM_HOTKEY 2、向Windows加入一个全局原子 Myhotkey:
KEYBOARD
- 键盘应用。初学开发者必须要掌握的C函数,键盘钩子等应用程序。-Keyboard application. Novice developers need to master the C function, the keyboard hook, etc. applications.
8b0e3d1f2498
- c++ 钩子函数应用,获取窗口密码的小例子- C++ hook function application examples
42e0db7ef1bf
- 钩子函数应用例子,可以运行,供大家学习参考-Hook function example, you can run for your reference
EasyHook2.5_2014
- 钩子代理函数,可以轻易的把钩子注册到相应的消息队列中- Hook proxy function, you can easily register the hook to the corresponding message queue
hook_haifengid_all
- 钩子函数应用例子,可以运行,消息钩子函数入门篇-Hook function example, you can run, message hook function entry
new_test
- loadlibrary和GetProcadress的用法,动态加载函数,使用函数钩子(Loadlibrary and GetProcadress usage, dynamic loading function, the use of function hooks)
plrtabisity-independent
- 借助钩子函数实现对某应用程序的键盘密码监控,很好()