搜索资源列表
GetKey_Win
- 写代码时常要知键盘上某个键的虚拟键值或是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 t
hooktest
- 我发现的一个钩子程序 可以获取键盘的信息 但是还有点问题 就是不可以连续获得 希望大家可以解决-I found a hook procedures keyboard access the information but there is no points successive hope we can resolve
ImmKeyLog_src_6_26
- 主要功能: 后台纪录键盘输入,包括中文内容,记录到指定文件。 开发环境 VS.net 2005 源代码说明: KeyHookDll目录 为DLL源代码,通过键盘钩子和输入法钩子获取键盘输入内容 LogCmd目录 为应用程序源代码,通过调用KeyHookDll.dll的接口来实现具体功能-main functions : background records keyboard input, includ
getKeyUP
- 用VB编写的一个钩子程序,在后台运行,获取键盘的输入内容,常用于小黑客程序
使用钩子获取键盘数据
- 使用钩子获取键盘数据,方法不需要DLL的支持!
GetKey_Win
- 写代码时常要知键盘上某个键的虚拟键值或是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 t
hooktest
- 我发现的一个钩子程序 可以获取键盘的信息 但是还有点问题 就是不可以连续获得 希望大家可以解决-I found a hook procedures keyboard access the information but there is no points successive hope we can resolve
HanGameVC
- HanGame*VC源代码 外面流传的很多HANGAME的*生成器 并不能获取到玩家的身上的钱数 我发的这个源码是VC写的 喜欢VC的朋友来研究研究吧 功能: 在win98/win2k/nt/xp/2003下都无进程 能准确截取 HANGAME 玩家登陆的游戏帐号 密码 游戏房间URL 随身钱数 无进程 通过80端口传递信息 主要是想让朋友们一起学习键盘钩子 老鸟就别看拉 是很一般的作
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 progra
ImmKeyLog_src_6_26
- 主要功能: 后台纪录键盘输入,包括中文内容,记录到指定文件。 开发环境 VS.net 2005 源代码说明: KeyHookDll目录 为DLL源代码,通过键盘钩子和输入法钩子获取键盘输入内容 LogCmd目录 为应用程序源代码,通过调用KeyHookDll.dll的接口来实现具体功能-main functions : background records keyboard input, includ
mousehook
- 实现适时获取当前鼠标所在窗口的标题,并将其显示在一个EDITBOX中. Windows系统是建立在事件驱动的机制上的,说穿了就是整个系统都是通 过消息的传递来实现的。而钩子是Windows系统中非常重要的系统接口, 用它可以截获并处理送给其他应用程序的消息,来完成普通应用程序难以 实现的功能。钩子的种类很多,每种钩子可以截获并处理相应的消息,如 键盘钩子可以截获键盘消息,外壳钩子可以截取、启动和关闭应用程序的消
HOOKsr
- //以前一直没有注意到一个问题,就是用键盘钩子截获字符输入时是截不到特殊字符的,比方说中文输入法之类的. //后来用到了消息钩子去HOOK WM_IME_CHAR,这时候大部分已经能够获取了,但是对于其他一些程序,比方说 //WORD之类的也就不能截获了.后来到MSDN上查到, 要用到WM_IME_COMPOSITION消息,并且在处理该消息 //时要用到IMM的一些库函数从输入法数据区中获取.比方说ImmGetContex
getKeyUP
- 用VB编写的一个钩子程序,在后台运行,获取键盘的输入内容,常用于小黑客程序-VB prepared using a hook procedure to run in the background, access to the keyboard input, the procedure commonly used in small-hackers
key
- 用钩子程序演示获取键盘操作,并将按下的字符保存到文本文件中。-hook
KeyMessage
- 键盘钩子,获取系统键盘消息,获取键盘键入内容。-KeyHook,Get System keyboard message,get keyboard message
SelfSendKeys
- 全局的键盘勾子和鼠标钩子、能在任何情况下获取键盘和鼠标事件-Global keyboard hooks and mouse hooks, in any case for the keyboard and mouse events
Hook
- 通过钩子获取键盘鼠标事件,并将操作事件记录在文本。-Through the hook for keyboard and mouse events, and action events recorded in the text.
鼠标键盘钩子
- 获取鼠标坐标以及鼠标键的状态,可以用于制作鼠标按键连发或者是自瞄。(Access to the mouse coordinates and the state of the mouse button can be used to make the mouse button connection or self - aim.)
fySMbas
- 在windows编程时,使用钩子获取键盘输入的数字,(Get the number of keyboard input with a hook)
键盘钩子
- 一个用易语言写的勾子的例子,包括注册勾子,获取下一个勾子,销毁勾子(An example of a hook written in an easy language)