搜索资源列表
-
1下载:
包括: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
-
-
0下载:
利用鼠标键盘钩子来截获*号密码程序,劲!-use of a mouse and keyboard to hook intercepted * Password procedures, Jin!
-
-
0下载:
vc制作型号密码查看器.熟悉系统编程的应该知道钩子能截获系统并得理发送给其它应用程序的消息,能完成一般程序无法完成的功能。这里我们主要用到了WH_KEYBOARD 键盘钩子和WH_MOUSE 鼠标钩子.-vc production models password viewer. Programming familiar with the system should know hook system capable of intercepting and with the other barber
-
-
0下载:
统计键盘点击和鼠标移动的程序
src目录下的Old_Version目录是老版本的程序,里面的功能不如New_Version丰富
程序功能:
1. 统计鼠标移动距离和键盘点击次数;
2. 按下键盘时,发出声音
程序工作原理:
1. 用系统钩子来拦截键盘消息
-Statistics mouse clicks and keyboard procedures src directory under the directory Old_Version is a
-
-
0下载:
鼠标\光标\键盘等钩子程序 -Mouse cursor keyboard hook procedure
-
-
0下载:
钩子是WINDOWS中消息处理机制的一个要点,通过安装各种钩子,应用程序能够设置相应的子例程来监视系统里的消息传递以及在这些消息到达目标窗口程序之前处理它们。钩子的种类很多,每种钩子可以截获并处理相应的消息,如键盘钩子可以截获键盘消息,鼠标钩子可以截获鼠标消息,外壳钩子可以截获启动和关闭应用程序的消息,日志钩子可以监视和记录输入事件。钩子分为线程专用钩子和全局钩子,线程专用钩子只监视指定的线程,要监视系统中的所有线程,必须用到全局钩子。对于全局钩子,钩子函数必须包含在独立的动态链接库(DLL)中
-
-
0下载:
截取鼠标和键盘的信息.从而看起来和死机一样.后门是alt+f2-The interception of information on mouse and keyboard. Which looks like death. The back door is the alt+ f2
-
-
0下载:
本程序是一个钩子程序DLL工程。因为钩子程序必须存在于DLL文件,所以做成本DLL工程。 本DLL可以可以截获所有键盘动作,如需截获其它动作如鼠标等可以自动更改代码。在DEBUG目录中有一个VB测试工程,用来测试本DLL的功能。-This procedure is a hook procedure DLL project. Because the hook procedure must exist in the DLL file, so do the cost of the project DL
-
-
0下载:
这是个虚假桌面,打开电脑后HOOK掉了键盘和鼠标消息,但是为了安全没有把任务管理器HOOK掉..所以可以通过任务管理器来关掉程序,还有可以通过暗门F2来关闭-This is a false desktop, open HOOK computer keyboard and mouse out of the news, but not for security task manager .. HOOK off through the Task Manager can be used to turn
-
-
0下载:
按 F2 退出 拦截鼠标/键盘消息。采用 隐式连接 -Press ' F2' out to intercept the mouse/keyboard messages. An implicit connection
-
-
0下载:
VB Hook捕获鼠标和键盘消息 含代码_不用timer,不错不错-VB Hook capture mouse and keyboard messages containing code _ no timer, bad bad ~~~~~~~~~~~~~~~~~~~~~
-
-
0下载:
在MFC窗口中设置鼠标和键盘钩子,利用钩子屏蔽鼠标所有操作和键盘的空格按钮-Mouse and keyboard hook using the space button hook shielding all mouse and keyboard settings in the MFC window
-
-
0下载:
利用Hook技术,得到窗口上的鼠标键盘等系统消息,可作为入门例子-Hook technology used, to get on the window system messages such as mouse and keyboard can be used as introductory example
-
-
0下载:
系统屏幕锁定,简单方便。使用windows钩子机制,锁定鼠标与键盘。禁止任务管理器启动。限制了鼠标的移动范围,可能还有BUG,大家可以根据自己需求修改!-System screen lock, simple and convenient. Using windows hook mechanism, locking mouse and keyboard. Prohibit Task Manager starts. Limits the range of movement of the mouse,
-
-
0下载:
一个VB写的全局键盘鼠标HOOK,希望帮到,有需要的人-Write a VB global keyboard and mouse HOOK, want to help, there are people in need...
-