Location:
Search - 钩子获取键盘
Search list
Description: 写代码时常要知键盘上某个键的虚拟键值或是ASCII码值等等,这个小工具或许能帮得上忙.用钩子获取键盘输入-write code often want to know a certain key on the keyboard of virtual keys or ASCII value, and so on, Perhaps this small tool to help with this busy. with access to the keyboard input hook
Platform: |
Size: 39533 |
Author: 卢远坚 |
Hits:
Description: 我发现的一个钩子程序
可以获取键盘的信息
但是还有点问题
就是不可以连续获得 希望大家可以解决-I found a hook procedures keyboard access the information but there is no points successive hope we can resolve
Platform: |
Size: 49306 |
Author: tt |
Hits:
Description: 主要功能:
后台纪录键盘输入,包括中文内容,记录到指定文件。
开发环境
VS.net 2005
源代码说明:
KeyHookDll目录 为DLL源代码,通过键盘钩子和输入法钩子获取键盘输入内容
LogCmd目录 为应用程序源代码,通过调用KeyHookDll.dll的接口来实现具体功能-main functions : background records keyboard input, including Chinese, recorded in the specified documents. Development Environment VS.net 2005 source code : KeyHookDll DLL directory of the source code, Hook and keyboard input methods hook access to the keyboard input as LogCmd directory for the application source code, By calling KeyHookDll.dll interface to achieve specific functions
Platform: |
Size: 11488 |
Author: islq |
Hits:
Description: 用VB编写的一个钩子程序,在后台运行,获取键盘的输入内容,常用于小黑客程序
Platform: |
Size: 9461 |
Author: 孙 |
Hits:
Description: 使用钩子获取键盘数据,方法不需要DLL的支持!
Platform: |
Size: 8028 |
Author: hxq2146041 |
Hits:
Description: 写代码时常要知键盘上某个键的虚拟键值或是ASCII码值等等,这个小工具或许能帮得上忙.用钩子获取键盘输入-write code often want to know a certain key on the keyboard of virtual keys or ASCII value, and so on, Perhaps this small tool to help with this busy. with access to the keyboard input hook
Platform: |
Size: 46080 |
Author: |
Hits:
Description: 我发现的一个钩子程序
可以获取键盘的信息
但是还有点问题
就是不可以连续获得 希望大家可以解决-I found a hook procedures keyboard access the information but there is no points successive hope we can resolve
Platform: |
Size: 49152 |
Author: tt |
Hits:
Description:
HanGame木马VC源代码
外面流传的很多HANGAME的木马生成器 并不能获取到玩家的身上的钱数
我发的这个源码是VC写的 喜欢VC的朋友来研究研究吧
功能:
在win98/win2k/nt/xp/2003下都无进程
能准确截取
HANGAME 玩家登陆的游戏帐号 密码 游戏房间URL 随身钱数
无进程 通过80端口传递信息
主要是想让朋友们一起学习键盘钩子 老鸟就别看拉
是很一般的作品 目前还可以使用的-HanGame Trojan source code spread outside the many faces of Trojan generator is not access to the player's possession of money I made in the source code is written by the likes of VC VC friends to studies it functions : under the win98/win2k/nt/xp/2003 process accurately without interception faces players of the game landing account password URL game rooms without money players through the process of transmission of information 80 major ports wanted friends together to learn the keyboard hook on veterans Although Rafah is a very general entries also can use the
Platform: |
Size: 1300480 |
Author: 阳广元 |
Hits:
Description: 包括: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 access, the registry program
Platform: |
Size: 619520 |
Author: hugh |
Hits:
Description: 主要功能:
后台纪录键盘输入,包括中文内容,记录到指定文件。
开发环境
VS.net 2005
源代码说明:
KeyHookDll目录 为DLL源代码,通过键盘钩子和输入法钩子获取键盘输入内容
LogCmd目录 为应用程序源代码,通过调用KeyHookDll.dll的接口来实现具体功能-main functions : background records keyboard input, including Chinese, recorded in the specified documents. Development Environment VS.net 2005 source code : KeyHookDll DLL directory of the source code, Hook and keyboard input methods hook access to the keyboard input as LogCmd directory for the application source code, By calling KeyHookDll.dll interface to achieve specific functions
Platform: |
Size: 13312 |
Author: islq |
Hits:
Description: 实现适时获取当前鼠标所在窗口的标题,并将其显示在一个EDITBOX中.
Windows系统是建立在事件驱动的机制上的,说穿了就是整个系统都是通
过消息的传递来实现的。而钩子是Windows系统中非常重要的系统接口,
用它可以截获并处理送给其他应用程序的消息,来完成普通应用程序难以
实现的功能。钩子的种类很多,每种钩子可以截获并处理相应的消息,如
键盘钩子可以截获键盘消息,外壳钩子可以截取、启动和关闭应用程序的消
息等。本文在VC6编程环境下实现了一个简单的鼠标钩子程序,并对Win32
全局钩子的运行机制、Win32 DLL的特点、VC6环境下的MFC DLL以及共享数
据等相关知识进行了简单的阐述。
Platform: |
Size: 21504 |
Author: 杨秉岐 |
Hits:
Description: //以前一直没有注意到一个问题,就是用键盘钩子截获字符输入时是截不到特殊字符的,比方说中文输入法之类的.
//后来用到了消息钩子去HOOK WM_IME_CHAR,这时候大部分已经能够获取了,但是对于其他一些程序,比方说
//WORD之类的也就不能截获了.后来到MSDN上查到, 要用到WM_IME_COMPOSITION消息,并且在处理该消息
//时要用到IMM的一些库函数从输入法数据区中获取.比方说ImmGetContext,ImmGetCompositionString等等.
-//Has not been previously noted that one issue, that is intercepted by the keyboard hook input characters is less than cut-off special characters, such as Chinese input method, such as.// Later use the information to hook HOOK WM_IME_CHAR, this time the majority of has been able to obtain, but for some other procedures, for example,// WORD like it should not intercepted. later found on MSDN, take into account WM_IME_COMPOSITION news, and deal with the message// when to use IMM Some library functions from the input data area to obtain. For example ImmGetContext, ImmGetCompositionString and so on.
Platform: |
Size: 2048 |
Author: lypdl |
Hits:
Description: 用VB编写的一个钩子程序,在后台运行,获取键盘的输入内容,常用于小黑客程序-VB prepared using a hook procedure to run in the background, access to the keyboard input, the procedure commonly used in small-hackers
Platform: |
Size: 9216 |
Author: 孙 |
Hits:
Description: 用钩子程序演示获取键盘操作,并将按下的字符保存到文本文件中。-hook
Platform: |
Size: 56320 |
Author: zhouwen |
Hits:
Description: 键盘钩子,获取系统键盘消息,获取键盘键入内容。-KeyHook,Get System keyboard message,get keyboard message
Platform: |
Size: 10240 |
Author: 李磊 |
Hits:
Description: 全局的键盘勾子和鼠标钩子、能在任何情况下获取键盘和鼠标事件-Global keyboard hooks and mouse hooks, in any case for the keyboard and mouse events
Platform: |
Size: 218112 |
Author: 章士伟 |
Hits:
Description: 通过钩子获取键盘鼠标事件,并将操作事件记录在文本。-Through the hook for keyboard and mouse events, and action events recorded in the text.
Platform: |
Size: 870400 |
Author: 汪俊伟 |
Hits:
Description: 获取鼠标坐标以及鼠标键的状态,可以用于制作鼠标按键连发或者是自瞄。(Access to the mouse coordinates and the state of the mouse button can be used to make the mouse button connection or self - aim.)
Platform: |
Size: 2048 |
Author: Ethan Tian
|
Hits:
Description: 在windows编程时,使用钩子获取键盘输入的数字,(Get the number of keyboard input with a hook)
Platform: |
Size: 2048 |
Author: 张鹏pis |
Hits:
Description: 一个用易语言写的勾子的例子,包括注册勾子,获取下一个勾子,销毁勾子(An example of a hook written in an easy language)
Platform: |
Size: 4096 |
Author: 胡七一 |
Hits: