搜索资源列表
键盘钩子例子
- 键盘钩子的实例,以vc为开发环境。-keyboard hook example, vc for the development environment.
鼠标钩子例子
- 以vc为开发环境,实现鼠标钩子的一个例子。-to vc for the development environment, mouse hook an example.
钩子换肤程序
- 一个用vc++开发的界面程序,用到了钩子的原理,简单但很实用-vc used to develop an interface procedures used by the hook the principle, very simple but practical
VC截屏
- 一个用VC实现的屏幕截取程序 使用钩子,详细请参见程序-VC with a screen interception procedures using the hook, please refer to detailed procedures
vc++hookdll
- 中文键盘钩子. 欢迎下载!-Chinese keyboard hook. welcome to download!
VC-system-programming
- 包括:cdrom控制,cpu和mouse信息,USB编程,测试cpu速度,检测键盘按键,列出进程,鼠标钩子编程,系统信息获取,注册表编程-include : cdrom control, cpu and mouse information, USB programming, cpu speed test to detect the keyboard keys, listing process, the mouse hook programming, system information acce
vc++bianchengjingcui
- vc++编程精粹的随书光盘。 包含vc++的高级编程以及dll com及钩子的编程-vc programming essence of the CD with the book. Vc included senior programming and dll com and hook Programming
VC++Hook
- 用VC++ Hook技术实现屏幕取词.它是利用调试技术编写成的API钩子。比起16位下传统的入口代码改写技术,它是没有多线程问题的,而且能够拦截LoadLibrary/GetProcAddress完成的API显式调用。-VC Hook Capture Characters from Screen Technology. It is testing the use of technology into the preparation of the API hook. Compared to the
VC的键盘钩子
- 改键钩子
vc键盘钩子使用源码
- vc键盘钩子使用源码 源码介绍了如何使用键盘钩子
Hook和数据库访问实例,VC++源码下载
- 摘要:VC/C++源码,系统相关,Hook Hook和数据库访问实例,VC++源码下载,此为VC++深入详解一书第20章的实例,实例中还有VB相关的Hook例子,通过这些例子让大家了解进程内钩子、全局钩子的区别,这本书将以这一种结束全书内容。
VC_Computerspy.rar
- 它将记录所有的按键。示范了如何写一个全局钩子,记录密码,并将之发送给您的邮箱。,It will record all the keys. Demonstration of how to write a global hook, recording passwords, and to send to your mailbox.
Defender
- VC++6.0编写的系统监控程序Demo包括主程序和DLL,只做演示,DLL采用全局钩子注入所有进程并在加载DLL时改写进程IAT。本程序演示截获MessageBox和MessageBeep-VC++6.0 program written in System Monitor Demo, including the main program and the DLL, Zhi Zuo demonstration, DLL into all processes using the global hoo
GUIhookNT
- vc++钩子程序,可以拦截GUI画屏幕的一些函数.-vc++ hook procedure can block GUI screen painting some function.
KeyBoardHook
- VC编写的windows键盘钩子程序,可以帮助捕获各种功能键-VC prepared windows keyboard hook procedure, can help capture a variety of function keys
dome
- 一个很不错的键盘钩子程序, 很不错了,vc源码编程-A very good keyboard hook procedure, very bad, vc-source programming
VC-hook
- 一个用VC实现的钩子程序,用于捕获鼠标经过的窗口的标题-A hook with the VC implementation procedures for the window to capture the mouse over the title of
vc_hook_record_keyboard_input_character_source
- vc钩子记录键盘输入字符源码vc hook record keyboard input character source-vc hook record keyboard input character source
VCPP_screen_quse
- VC++屏幕取色器(或鼠标钩子),拖动鼠标就可以获取屏幕任意一点的的颜色-VC++ color picker screen (or mouse hook), drag the mouse to get the color of any point on the screen
钩子技术控制进程创建
- vc++ 利用钩子技术控制进程创建源代码(protector_app+protector_driver)