CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 全局钩子

搜索资源列表

  1. 使用全局钩子截获键盘按键消息

    0下载:
  2. 钩子是Windows中消息处理机制的一个要点,通过安装各种钩子,应用程序能够设置相应的子例程来监视系统里的消息传递以及在这些消息到达目的地之前截获它们并根据用户要求做出相应处理。钩子的种类很多其作用也不同,如键盘钩子可以截获键盘消息,鼠标钩子可以截获鼠标消息,外壳钩子可以截获启动和关闭应用程序的消息,日志钩子可以监视和记录输入事件。
  3. 所属分类:技术管理

    • 发布日期:2011-07-13
    • 文件大小:7148
    • 提供者:yangrh2000
  1. DNF.利用全局钩子注入DNF修改技能的例子

    1下载:
  2. 一个利用全局钩子注入DNF修改技能的例子!,A hook into the use of DNF to amend the overall skills of the examples!
  3. 所属分类:外挂编程

    • 发布日期:2016-01-25
    • 文件大小:342536
    • 提供者:解寒瑜
  1. VC_Computerspy.rar

    0下载:
  2. 它将记录所有的按键。示范了如何写一个全局钩子,记录密码,并将之发送给您的邮箱。,It will record all the keys. Demonstration of how to write a global hook, recording passwords, and to send to your mailbox.
  3. 所属分类:

    • 发布日期:2017-11-08
    • 文件大小:35070
    • 提供者:郑慧杰
  1. KeyMouseHook.rar

    0下载:
  2. 鼠标、键盘钩子,可以禁用鼠标、键盘。此钩子为全局钩子。,Mouse, keyboard hook, you can disable the mouse, keyboard. The hook for the overall hook.
  3. 所属分类:Hook api

    • 发布日期:2017-04-02
    • 文件大小:20928
    • 提供者:Ares
  1. KbdMonitor.rar

    0下载:
  2. 利用全局钩子实现中英文键盘记录,很好的实现了中文的准确记录。 无乱码,不会重复。 ,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.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:15361
    • 提供者:刘华山
  1. InlineHook

    0下载:
  2. 用全局钩子注入,用5字节跳转HOOK了封包发送接收的几个函数-With the overall hook implantation, with 5 bytes of the packet sent Jump HOOK received several function
  3. 所属分类:Hook api

    • 发布日期:2017-03-29
    • 文件大小:12400
    • 提供者:好好
  1. gloabHook

    0下载:
  2. 这个是一个全局钩子,挂钩CreateProcess 函数,可以监控系统内所有启动的程序-This is a global hook, hook CreateProcess function, the system can monitor all programs launched
  3. 所属分类:Hook api

    • 发布日期:2017-03-29
    • 文件大小:343054
    • 提供者:多萨
  1. Hook

    0下载:
  2. 勾子 代码 Hook编程。如何安装钩子过程,如何编写全局钩子-Hook hook programming code. How to install the hook process, how to write global hooks
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-01
    • 文件大小:799
    • 提供者:席秋波
  1. SpyNet

    0下载:
  2. 利用全局钩子和代码注入实现键盘纪录,可以设置只纪录在"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
  3. 所属分类:系统编程

    • 发布日期:2013-05-04
    • 文件大小:7128
    • 提供者:徐诚
  1. HookDll

    0下载:
  2. 一个全局钩子,可以截获系统的所有消息 主要完成鼠标和键盘的消息截获-A global hook, you can intercept all the information systems major to complete the mouse and keyboard messages intercepted
  3. 所属分类:Hook api

    • 发布日期:2017-03-27
    • 文件大小:827023
    • 提供者:郑万伟
  1. Prevent_Loadhook

    0下载:
  2. 阻止全局钩子的加载.使用了微软的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
  3. 所属分类:Hook api

    • 发布日期:2017-04-04
    • 文件大小:12051
    • 提供者:高军
  1. HOOKAPI

    0下载:
  2. 使用钩子函数-数据传递HOOKAPI获取当前鼠标指针的全局钩子源码-The use of hook function- HOOK API data transfer mouse pointer access to the current global hook source
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-28
    • 文件大小:227531
    • 提供者:csdner
  1. 11

    0下载:
  2. 面对面 木马生成器 完整代码 程序仅提供测试学习 全局钩子查找句柄截获 使用ASP收信 收信地址明文(测试而已没加密) //本软件主要是截获账号和密码 带了个简单发信 代码仅技术交流使用 -Face-to-face wooden horse generator
  3. 所属分类:Other systems

    • 发布日期:2017-05-03
    • 文件大小:918048
    • 提供者:6613066
  1. hookdll

    0下载:
  2. 全局钩子的动态链接库,非常简洁的编写,用的是vc60-Overall hook of the dynamic-link library
  3. 所属分类:Hook api

    • 发布日期:2017-04-05
    • 文件大小:178855
    • 提供者:hlm
  1. hook

    0下载:
  2. VC全局钩子调用屏蔽按键,该源码是HOOK钩子一个很好的例子,发出来大家相会学习下-Overall shielding VC call button hook, the hook HOOK source is a good example, we meet to study and issued under the
  3. 所属分类:Hook api

    • 发布日期:2017-03-24
    • 文件大小:412067
    • 提供者:like
  1. NoKill

    0下载:
  2. 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)
  3. 所属分类:Hook api

    • 发布日期:2017-04-09
    • 文件大小:1675839
    • 提供者:十二
  1. GlobalHook

    0下载:
  2. Visual Basic 全局钩子 SetWindowsHookEx()-SetWindowsHookEx()
  3. 所属分类:Hook api

    • 发布日期:2017-04-06
    • 文件大小:2491
    • 提供者:小强
  1. 663060MYAPIHOOk

    0下载:
  2. 键盘程序的编写,利用该源码,可以学习有关全局钩子的程序设计。-Procedures for the preparation of the keyboard, using the source code, you can learn about the global hook programming.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-16
    • 文件大小:80124
    • 提供者:cao
  1. hook

    0下载:
  2. 如何安装钩子过程,如何编写全局钩子,动态连接库里的全局变量数据共享问题分析。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.
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-02
    • 文件大小:13466
    • 提供者:my
  1. HookMouseDll

    0下载:
  2. windows下挂钩鼠标操作的实现,用dll实现的全局钩子-windows under the mouse linked to the realization, achieved with the global hook dll
  3. 所属分类:Hook api

    • 发布日期:2017-04-10
    • 文件大小:1491117
    • 提供者:playfire
« 12 3 4 5 6 7 8 9 10 ... 15 »
搜珍网 www.dssz.com