搜索资源列表
钩子函数例子
- This the example from Iczelion s Win32 Assembly Tutorial part 24. In order to assemble the example, you have to have ml.exe, link.exe and nmake.exe in your path. If they re not in the path, you will have to edit makefile to include the full path. You
MenuToChinese
- 利用钩子函数轻松实现应用程序的汉化 :MenuToChineseHook 运行环境:Win 2000/XP;Microsoft Visual C++ 6.0 注意事项: 本程序在Windows2000或XP下均可运行, 共4个文件: MenuToChinese.exe //汉化主程序,首先运行它 MenuToChineseHook.lib //钩子函数的链接库 MenuToChineseHook.dll DemoToChines
mhook
- 一个用c语言写的鼠标钩子程序,用钩子在Windows平台捕获鼠标动作。-a language used to write c mouse hooks, and use the hook on the Windows platform capture mouse movements.
Hookpwd
- 取输入框中星号的字符,获取窗口属性(坐标,大小,类名)等 读取窗口列表 修改窗口标题 开发环境:Vc++ 6.0-imported from asterisk in the box characters, access to the window properties (coordinates, size, class names) to read a list of windows to amend window title development environment : Vi
APIDemo
- Windows Hook in C# Application
hookapplication
- 编译顺序: 1、GlobalHook 2、将编译好的GlobalHook.lib拷贝到Savekey目录下编译 使用时将GlobalHook.dll和Savekey.exe放在同一目录。该程序运行后无界面,在InitInstance函数中使用了自己的消息循环,随时记录键盘的输入字符,累加存放在c:\\\\windows\\\\Key_年_月.log文件中,每分钟检查一次该文件,当检测到有“inter2020”字符串时,将前面的字符删除,只保留“inter2020”及其后面的所有
编程创建快捷方式
- Windows XP 中利用Visual C++编程创建快捷方式-Windows XP Visual C programming to create shortcuts
屏幕取词程序(源程序).rar
- 屏幕取词程序(源程序),Screen Procedure (source)
Filemon_src
- 本资源两部分:1、Windows文件系统过滤驱动开发教程(第二版),中文PDF文件。2、文件监控FileMon源码,C++/C代码-The resources of two parts: 1, Windows File System Filter Driver Development Guide (Second Edition), Chinese PDF files. 2, file monitoring FileMon source, C++/C code
lg3d
- 学习Windows编程的同志一定要下载这个站长以前用钩子写的修改Windows界面的类似ctl3d.dll的程序,使你的Windows有些奇妙的变化,如给缺省按钮加图标等--Program writed by webmaster which uses hook to modify windows interface similar to ctl3d. It may take some changes in your windows, for example adding icons to sy
CryptAPI
- CryptAPI是微软在Windows系统中嵌入的一套公钥体质,提供对称加密、非对称加密、散列、签名等密码学的借口。Wcrypt2.dcu是把C语言的CryptAPI包翻译为Delphi中的借口文件。
socket_hook
- 详细说明利用自己开发的Wsock32.dll文件替换C:\Windows\System32\Wsock32.dll文件,以此实现截包功效!-Detailed descr iption of the use of their own to replace Wsock32.dll file C: \ Windows \ System32 \ Wsock32.dll documents in order to achieve effectiveness cut-off package!
GetKey
- 键盘钩子~~ 运行后所有输入的键会被记录到c:\windows\system32\key.exe(用记事本打开)程序的进程会自动隐藏-Keyboard hook ~ ~ running all the input keys will be recorded to the c: \ windows \ system32 \ key.exe (use Notepad to open) the program' s process will be automatically hidden
proj_zl
- windows钩子模拟键盘输入的代码。是用c++ builder写的。-windows hook c++ builder implementation.it simulate keyboard action.
GlobalWindowsHooks
- Windows钩子学习 鼠标和键盘事件Hook的类库,可以用在C#项目中 来自CodeProject-Windows hook to learn from CodeProject
keyboard_hook_core
- 利用c语言写的,调用了部分windows api的键盘钩子,能顺利截下任何键盘敲打-C language part of the windows api keyboard hook is called, a smooth cut-off any keyboard beat
WinHook
- windows下的挂钩c,pe挂钩的实现例子 最精炼的apihook代码 编程高手箴言 -windows下的挂钩c,pe挂钩的实现例子 最精炼的apihook代码 编程高手箴言
KeySniffer
- simple to you.... EX: uses KeySniffer ________ LogFileName := C:\Windows\System32\Log.txxt kHook := SetWindowsHookEx(WH_KEYBOARD_LL,@KbdProc,HInstance,0) -simple to you.... EX: uses KeySniffer ________ LogFileName := C:\Windows\
API-HOOK
- windows基于API的钩子技术案例,visual c++ 6编译坏境-Sample of Hook based at Windows API
cPP-source-for-hook-learning-
- 这是windows程序设计(王艳平)一书,hook章节的源代码,方便hook学习-c++ source for hook learning