搜索资源列表
使用全局钩子截获键盘按键消息
- 钩子是Windows中消息处理机制的一个要点,通过安装各种钩子,应用程序能够设置相应的子例程来监视系统里的消息传递以及在这些消息到达目的地之前截获它们并根据用户要求做出相应处理。钩子的种类很多其作用也不同,如键盘钩子可以截获键盘消息,鼠标钩子可以截获鼠标消息,外壳钩子可以截获启动和关闭应用程序的消息,日志钩子可以监视和记录输入事件。
VC_Computerspy
- 它将记录所有的按键。示范了如何写一个全局钩子,记录密码,并将之发送给您的邮箱。-It will record all the keys. Demonstration of how to write a global hook, recording passwords, and to send to your mailbox.
贾鹏_keyinfo
- 使用全局钩子实现的按键信息,可用于工控场合- Uses pressed key information which the overall situation clasp realizes, may use in the labor to control the situation
syshookaaa
- windows系统下的全局钩子-windows system under the overall hook
hookkeylog
- 全局钩子,监视所有键盘消息,并且保存到文本文件.详细全面的过程.全部源代码.VC6下编译通过-overall hook, keyboard monitor all news and save text files. Detailed and comprehensive process. All source code. Under compile VC6
BCB6_MouKey2
- 和刚才传的有些不同,这个是用的全局钩子,你们看一看吧!-and passed a somewhat different, the overall situation is the hook, you see!
MYAPIHOOk
- 一个WINDOWS环境下全局钩子的使用和拦截API函数的简单演示.-a Windows environment overall hook to intercept and the use of simple API function demo.
ScanPass
- 探测密码的VC程序,用全局钩子编写.可以探测出各种密码,限本地使用.-VC password detection procedures used to prepare whole hook. The ability to detect all kinds of passwords, limited local use.
HookAPI1.2
- 无DLL使用键盘全局钩子,记录QQ键盘输入.这样可以把代码插入到其它的EXE文件,是不是很酷呢?-DLL without the use of keyboard hook overall record QQ keyboard input. This code can be inserted into other EXE file is not cool?
KeyHookApp
- 一个简单的全局钩子函数的实现,捕捉键盘的输入,然后在列表中显示出来。-a simple function of the overall situation hook achieve capture keyboard input, then the list displayed.
qqdll
- 家都知道,当今的QQ病毒,都用了钩子技术。创建一个DLL,然后使用全局钩子;或者在QQ进程里插入一个DLL,后监测键盘或者是Windows消息,判断用户是否是用QQ聊天,并且是不是已经把信息送出。无DLL的QQ尾巴-home all know that today's QQ virus, has used a hook. To create a DLL, and then use the overall hook; QQ or
antihook_src
- 代码使用Visual C++ 6.0为开发工具,为了使程序小巧灵活,本人使用了WTL而不是MFC实现软件的界面,所以编译源代码需要安装WTL库。WTL库是微软发布的基于ATL构建的工具库,随源代码一起发布,可以从微软网站下载,也可以从http://www,winmsg.com/cn/orbit.htm下载。本程序使用WTL 7.1,应该也可用WTL 7.5。编译WTL程序需要安装微软的Platform SDK,最好是2002年以后的版本
keyboardswitch
- 很简单的一个全局钩子,屏蔽键盘所有按键,主要用在,嘿嘿,把键盘当垫板的人,比如在网吧抄东西。双击便运行,关闭即退出。 送给菜鸟。-very simple hook a whole, shielding all the keyboard keys, mainly in a little, and the keyboard when the plate. For example, in the cafes copied things.
Anykey
- VC全局钩子屏蔽键盘上的任意键,如按WIN键没有相应,无提示但已经屏蔽!-VC global keyboard hook shielding the Anykey, such as by WIN no corresponding bond, but has not suggested shielding!
deny_hook
- 这个代码可以阻止全局钩子的加载,清晰明了,可以参考于安全方面的编程。-this code can stop the whole hook load, clarity, we can make reference to the safety program.
hookADO
- 如何安装钩子过程,如何编写全局钩子,动态连接库里的全局变量数据共享问题分析。ADO数据库编程。在VB中利用ADO控件和ADO对象访问数据库,在VC中利用ADO技术访问数据库。-process of how to install the hook, how to compile the overall hook. Dynamic Link 13-17 global variable data sharing analysis. ADO d
VBHook
- 这是一个VB编写的全局钩子 这是一个VB编写的全局钩子-This a VB prepared by the Global hook VB This is a hook in the overall preparation of this is a preparation of the entire VB Bureau hook
DisableKeys111
- 全局钩子并不能能够屏蔽Ctrl+alt+del,这个程序可以完全屏蔽,直接调用dll就可以了。-overall hook and not to shield Ctrl alt del, the procedures can shield, dll called directly on it.
3
- 密码框查看工具 源代码 (1)密码框查看工具提升自身进程的权限,增加DEBUG权限; (2)根据鼠标位置获得窗口句柄; (3)根据窗口句柄获得所属的进程ID; (4)密码框查看工具以PROCESS_ALL_ACCESS方式打开该进程; (5)往该进程中注入线程代码; (6)建立并执行远程线程,在该远程线程中使用GetWindowText以获取窗口文本; (7)密码框查看工具读取内容并显示。 密码框
InnerHook
- Hook编程。如何安装钩子过程,如何编写全局钩子,动态连接库里的全局变量数据共享问题分析。-Hook programming. How to install the hook process, how to compile the overall hook, 13-17 Dynamic Link global variable data sharing analysis.