搜索资源列表
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 the keyboard input hook
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, including Chinese, recorded in the s
getKeyUP
- 用VB编写的一个钩子程序,在后台运行,获取键盘的输入内容,常用于小黑客程序
使用钩子获取键盘数据
- 使用钩子获取键盘数据,方法不需要DLL的支持!
Hook 钩子去获取鼠标和键盘消息
- 利用钩子编程的原理,用一个钩子去获取鼠标和键盘消息,实用性很强-Programming using the principle of the hook with a hook to get the mouse and keyboard messages are very practical
KeyHook
- 本例子演示了ring3键盘钩子获取q密码。仅用于研究用途!切记!本例子造成一切后果与作者无关。-This example demonstrates ring3 keyboard hook for q password. Only for research purposes! Remember! This example has nothing to do with the author all the consequences caused.
Hook
- 通过钩子获取键盘鼠标事件,并将操作事件记录在文本。-Through the hook for keyboard and mouse events, and action events recorded in the text.
key
- 用钩子程序演示获取键盘操作,并将按下的字符保存到文本文件中。-hook
HOOKCSharpTest
- 是一个钩子利用的实例,使用函数 setwindowshookexw 获取全局键盘信息-Is an example of the use of hook, use the function global keyboard access to information setwindowshookexw
KeyMessage
- 键盘钩子,获取系统键盘消息,获取键盘键入内容。-KeyHook,Get System keyboard message,get keyboard message
GrayImage
- 键盘钩子,获取所有的消息以便进行处理,大家好好参考下啊!-keyboard message
waigua
- 这是DLL文件,引用到工程就可以了, 主要修改的地方我说明下 key kk = new key() int pid = kk.pid("CQ.EXE") //获取进程PID kk.getread(pid, "", 0x298, 4).ToString() //返回INT值的内存读取 kk.getread(pid, 0x04, 4) //返回STRING的内存读取,少了一个参数. 自己写了个全局键盘钩子, kk.UnHook() //加载钩子
SelfSendKeys
- 全局的键盘勾子和鼠标钩子、能在任何情况下获取键盘和鼠标事件-Global keyboard hooks and mouse hooks, in any case for the keyboard and mouse events
WindowsFormsApplication1
- 钩子程序,新看的获取键盘程序,按ctrl_alt可以应用 -Hooks, new look for the keyboard procedure can be applied by ctrl_alt
RawKey
- 非钩子,使用原始输入设备,获取键盘输入的源码-Non-hook, using the original input device, keyboard input source for
HookTest
- c++ 钩子DLL 键盘输入获取示例 输入保存为TXT-c++ keyboard hook DLL for example, input is saved as TXT
鼠标键盘钩子
- 获取鼠标坐标以及鼠标键的状态,可以用于制作鼠标按键连发或者是自瞄。(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)