搜索资源列表
使用全局钩子截获键盘按键消息
- 钩子是Windows中消息处理机制的一个要点,通过安装各种钩子,应用程序能够设置相应的子例程来监视系统里的消息传递以及在这些消息到达目的地之前截获它们并根据用户要求做出相应处理。钩子的种类很多其作用也不同,如键盘钩子可以截获键盘消息,鼠标钩子可以截获鼠标消息,外壳钩子可以截获启动和关闭应用程序的消息,日志钩子可以监视和记录输入事件。
DNF.利用全局钩子注入DNF修改技能的例子
- 一个利用全局钩子注入DNF修改技能的例子!,A hook into the use of DNF to amend the overall skills of the examples!
VC_Computerspy.rar
- 它将记录所有的按键。示范了如何写一个全局钩子,记录密码,并将之发送给您的邮箱。,It will record all the keys. Demonstration of how to write a global hook, recording passwords, and to send to your mailbox.
KeyMouseHook.rar
- 鼠标、键盘钩子,可以禁用鼠标、键盘。此钩子为全局钩子。,Mouse, keyboard hook, you can disable the mouse, keyboard. The hook for the overall hook.
KbdMonitor.rar
- 利用全局钩子实现中英文键盘记录,很好的实现了中文的准确记录。 无乱码,不会重复。 ,The use of global keyboard hook to achieve in English and Chinese records, a good implementation of an accurate record of the Chinese language. No garbled, not repeat it.
InlineHook
- 用全局钩子注入,用5字节跳转HOOK了封包发送接收的几个函数-With the overall hook implantation, with 5 bytes of the packet sent Jump HOOK received several function
gloabHook
- 这个是一个全局钩子,挂钩CreateProcess 函数,可以监控系统内所有启动的程序-This is a global hook, hook CreateProcess function, the system can monitor all programs launched
Hook
- 勾子 代码 Hook编程。如何安装钩子过程,如何编写全局钩子-Hook hook programming code. How to install the hook process, how to write global hooks
SpyNet
- 利用全局钩子和代码注入实现键盘纪录,可以设置只纪录在"Iexplore.exe", "Firefox.exe","Opera.exe", "msdev.exe"等进程对应窗口的输入。-Use of global hooks and code injection to achieve a record keyboard, you can set the record only in Iexplore.exe , F
HookDll
- 一个全局钩子,可以截获系统的所有消息 主要完成鼠标和键盘的消息截获-A global hook, you can intercept all the information systems major to complete the mouse and keyboard messages intercepted
Prevent_Loadhook
- 阻止全局钩子的加载.使用了微软的Detours库进行API拦截。如果只是为了拦截一个函数,使用Detours好像有点儿浪费。本程序不使用Detours库,直接对LoadLibraryExW函数进行拦截。-Hook to prevent the loading of the overall situation. The use of Microsoft' s Detours library to intercept API. If only in order to intercept a f
HOOKAPI
- 使用钩子函数-数据传递HOOKAPI获取当前鼠标指针的全局钩子源码-The use of hook function- HOOK API data transfer mouse pointer access to the current global hook source
11
- 面对面 木马生成器 完整代码 程序仅提供测试学习 全局钩子查找句柄截获 使用ASP收信 收信地址明文(测试而已没加密) //本软件主要是截获账号和密码 带了个简单发信 代码仅技术交流使用 -Face-to-face wooden horse generator
hookdll
- 全局钩子的动态链接库,非常简洁的编写,用的是vc60-Overall hook of the dynamic-link library
hook
- VC全局钩子调用屏蔽按键,该源码是HOOK钩子一个很好的例子,发出来大家相会学习下-Overall shielding VC call button hook, the hook HOOK source is a good example, we meet to study and issued under the
NoKill
- VC写的一个DLL.主要用来提供给C#调用,因为C#不支持全局钩子..自定义方法实现简单进程防杀.(Hook原理)-VC to write a DLL. Is mainly used to C# to call, because C# does not support global hooks .. Since the simple process of definition of methods to achieve anti-killing. (Hook Principle)
GlobalHook
- Visual Basic 全局钩子 SetWindowsHookEx()-SetWindowsHookEx()
663060MYAPIHOOk
- 键盘程序的编写,利用该源码,可以学习有关全局钩子的程序设计。-Procedures for the preparation of the keyboard, using the source code, you can learn about the global hook programming.
hook
- 如何安装钩子过程,如何编写全局钩子,动态连接库里的全局变量数据共享问题分析。ADO数据库编程。在VB中利用ADO控件和ADO对象访问数据库,在VC中利用ADO技术访问数据库-How to install the hook procedure, how to write global hooks, dynamic link library to the global variable data sharing problem analysis. ADO database programming.
HookMouseDll
- windows下挂钩鼠标操作的实现,用dll实现的全局钩子-windows under the mouse linked to the realization, achieved with the global hook dll