资源列表
KeyHook
- 创建记录键盘动作的全局钩子DLL,VC++源代码-Create a global record keystrokes hook DLL, VC++ source code
frmdsgnr11
- Rapidq form designer
Detours1.5
- 微软API截获库,该代码也包含在MSDN的例子中。-Microsoft API interception library, the code is also included in the MSDN example.
inlinehook
- inline hook 的资料,希望对大家有用,-inline hook of the information, we hope to be useful, thank you
VC_Programming_HOOK_Api_example_code
- VC编程开发 HOOK Api实例代码VC Programming HOOK Api example code -VC Programming HOOK Api example code
Hook-registry-monitor
- DLL 动态库,主要 用Hook 对注册表的指定项 进行动态的监控,参数由自己输入,- extern "C" __declspec(dllexport) BOOL InstallHook(HWND handle) { hhook = ::SetWindowsHookEx(WH_SHELL, MyShellProc, GetModuleHandle("Hook.dll"), 0) hWnd = handle RegMonPID = GetCurrentProce
hookapi
- hook api,比较好的一个hook实例,适合初学者学习。-hook api
laoxiongjianpanjilv
- 老熊*器第九版开源代码,*器by老熊-keyboard trojean of old bear,edtion night
Hook
- api钩子,勾住创建进程的函数, api钩子,勾住创建进程的函数,-dsafasdfasdfasdfererer
VBhookchina
- VB HOOK中文记录器{可以记录中文}-VB HOOK Chinese recorder can record (Chinese)
Hook_classic_tutorial_database_access
- 钩子 数据库访问经典教程Hook classic tutorial database access -Hook classic tutorial database access
TOUGAO
- QQ2010软键盘拦截原理与实现当程序探测到qq登录框后就立即对qq进程中与软键盘实现相关的AFUtil.dll模块打上补丁。 当你使用软键盘时输入密码时,每输入一个字符就会执行一次我的补丁代码(补丁功能就是将 所输入的字符在qq进程所在的内存中连接成一个字符串),拦截程序会定时读取该处内存的密 码字符串并显示出来。 -QQ2010 soft keyboard intercept principle and realization