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

搜索资源列表

  1. MyDll

    0下载:
  2. 本程序是一个钩子程序DLL工程。因为钩子程序必须存在于DLL文件,所以做成本DLL工程。 本DLL可以可以截获所有键盘动作,如需截获其它动作如鼠标等可以自动更改代码。在DEBUG目录中有一个VB测试工程,用来测试本DLL的功能。-This procedure is a hook procedure DLL project. Because the hook procedure must exist in the DLL file, so do the cost of the project DL
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-30
    • 文件大小:576463
    • 提供者:
  1. IRHOOK

    0下载:
  2. 一个简单的键盘钩子程序,可以屏蔽WIN,ALT+TAB,ESC等系统键。-A simple keyboard hook procedure, you can shield WIN, ALT+ TAB, ESC and other key systems.
  3. 所属分类:Hook api

    • 发布日期:2017-04-16
    • 文件大小:10181
    • 提供者:Jason
  1. overall

    0下载:
  2. 基于全局的C#键盘鼠标钩子程序源码,已经demo过,没有问题-Based on the overall situation of the C# source code keyboard and mouse hook procedures have demo, and there is no problem
  3. 所属分类:CSharp

    • 发布日期:2017-03-28
    • 文件大小:155322
    • 提供者:王伟
  1. codeinject_pacage

    2下载:
  2. 收集几款VC++代码注入程序,不同时期的都有,通过这些示例你会明白如何将代码注入不同的进程地址空间,随后在该进程的上下文中执行注入的代码。这里主要是三种方法:   1、Windows 钩子   2、CreateRemoteThread 和 LoadLibrary 技术 ——进程间通信   3、CreateRemoteThread 和WriteProcessMemory 技术   ——如何用该技术子类化远程控件   ——何时使用该技术-Collection of se
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-23
    • 文件大小:48499
    • 提供者:300
  1. KeySound

    0下载:
  2. 模拟敲击键盘报语音的C++程序源代码,敲击键盘上的任意键,就会报出该键的声音,是一个键盘钩子程序,很不错。-Simulation of voice at the keyboard of the C++ program source code, hit any key on the keyboard will be reported to the voice of the keys is a keyboard hook procedure, is pretty good.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-28
    • 文件大小:464057
    • 提供者:149
  1. sample6

    1下载:
  2. 一个记录鼠标与键盘信息的钩子程序。并能将鼠标与键盘的信息从新回放,用到了文件流与等知识点。-A record of information on the mouse and keyboard hook procedure. And the mouse and keyboard to the new message playback, use the document flow and knowledge point.
  3. 所属分类:Hook api

    • 发布日期:2017-05-19
    • 文件大小:5289840
    • 提供者:Wayne
  1. HideWindows

    0下载:
  2. VC++基于键盘钩子写的一个小程序,用来枚举当前所有打开的窗口名称、标题、类名称等,并实施强制隐藏、显示所选窗口,内含键盘钩子的DLL源文件,测试文件编译后要和DLL文件存放在一个目录中。-VC++ based on the keyboard hook to write a small program used to enumerate all currently open windows name, title, class name, etc., and mandatory hide, sh
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-31
    • 文件大小:23657
    • 提供者:176
  1. MFCmouse

    0下载:
  2. 使用MFC实现的鼠标HOOK程序,是学习钩子程序的简单入门程序-Mousehook program
  3. 所属分类:Hook api

    • 发布日期:2017-04-04
    • 文件大小:33004
    • 提供者:若欣
  1. KeyHook

    0下载:
  2. 键盘钩子程序源码,非常不错的,清晰结构,代码明了,很好的资料-Keyboard hook program source code
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:339284
    • 提供者:刘萌
  1. HookMouse

    0下载:
  2. 一个简单的鼠标钩子程序 Windows系统是建立在事件驱动的机制上的,说穿了就是整个系统都是通过消息的传递来实现的。而钩子是Windows系统中非常重要的系统接口,用它可以截获并处理送给其他应用程序的消息,来完成普通应用程序难以实现的功能。钩子的种类很多,每种钩子可以截获并处理相应的消息,如键盘钩子可以截获键盘消息,外壳钩子可以截取、启动和关闭应用程序的消息等。本文在VC6编程环境下实现了一个简单的鼠标钩子程序,并对Win32全局钩子的运行机制、Win32 DLL的特点、VC6环境下的MF
  3. 所属分类:Hook api

    • 发布日期:2017-03-30
    • 文件大小:46884
    • 提供者:冰雨
  1. DelphiWindowshexinbiancheng

    0下载:
  2. 本书是一本介绍Windows核心技术及高级技巧的专著。从系统内核编程出发,使用大量的例子帮助读者理解这些编程技术,讲述了线程同步及隐藏、系统钩子深入分析、读写物理磁盘的关键技术、读写物理内存和其他进程内存的核心技术、Windows 9x下调用16位实模式和保护模式代码的核心技术、直接读写端口技术、可执行文件加壳的技巧、PE结构分析、Ring0的实现、Windows API截取技术、屏幕取词技术等方面的内容。全书对热点源代码进行了深入剖析和讲解,同时本书汇聚了作者利用Soft-ICE跟踪调试经验,
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-17
    • 文件大小:49119913
    • 提供者:龙文
  1. Key-Mouse-Hook

    0下载:
  2. 基于全局的C#键盘鼠标钩子程序.键盘和鼠标钩子示例程序,里面有VS2005和VS2008两个版本,这些小程序编译时要用到控件。-Based on the overall C# keyboard and mouse hook procedures. The keyboard and mouse hook example programs, which has VS2005 and VS2008 are two versions, these small programs to use to con
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-23
    • 文件大小:155142
    • 提供者:270
  1. GetKey

    0下载:
  2. 键盘钩子~~ 运行后所有输入的键会被记录到c:\windows\system32\key.exe(用记事本打开)程序的进程会自动隐藏-Keyboard hook ~ ~ running all the input keys will be recorded to the c: \ windows \ system32 \ key.exe (use Notepad to open) the program' s process will be automatically hidden
  3. 所属分类:Hook api

    • 发布日期:2017-03-26
    • 文件大小:6008
    • 提供者:htc
  1. VBss

    0下载:
  2. VB程序编写网络游戏自动喊话。最适合DNF 原理:利用键盘钩子来事实重复网络游戏里上一句话的内容!-VB programming online games automatically propaganda. Best suited to DNF principles: the use of the keyboard hook to the fact that the network repeated the contents of a word game on!
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:2099
    • 提供者:马海华
  1. sl

    0下载:
  2. 使用钩子技术实现界面换肤,美化程序界面,使界面焕然一新-Use hook technology interface skin,Beautification Program Interface,To make the interface a new look
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-03
    • 文件大小:772004
    • 提供者:麦克
  1. VC-hook

    0下载:
  2. 一个用VC实现的钩子程序,用于捕获鼠标经过的窗口的标题-A hook with the VC implementation procedures for the window to capture the mouse over the title of
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-27
    • 文件大小:10308165
    • 提供者:杨天
  1. translateToChineseByHook

    0下载:
  2. 利用钩子函数轻松实现应用程序的汉化 论文-Hook function is easy to use application into Chinese paper
  3. 所属分类:software engineering

    • 发布日期:2017-03-30
    • 文件大小:88635
    • 提供者:ned
  1. skin_peeler

    2下载:
  2. 首先在程序中安装一个监控窗口过程的钩子函数,然后定义一个新的窗口函数,该函数将替换按钮的窗口函数,该函数主要对一些感兴趣的消息进行处理,调用自定义信息中的一些方法。最后在钩子函数中读取当前控件类的名称,如果为按钮类,则为按钮设置一个自定义的信息,并子类化按钮。-First, install a monitor in the program window procedure hook function, and then define a new window function, the func
  3. 所属分类:GUI Develop

    • 发布日期:2015-07-02
    • 文件大小:220908
    • 提供者:cain_ru
  1. IDSImprover

    0下载:
  2. 利用钩子程序检测是否有人使用键盘鼠标。以时间间隔作为依据,进行概率分析。-The use of hook program detects whether someone using the keyboard and mouse. A time interval as the basis for probability analysis.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:43586
    • 提供者:吴吉土
  1. mouseHook

    0下载:
  2. 在windows平台上开发的鼠标钩子程序-In the windows platform, developed on the mouse hook procedure
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:1720
    • 提供者:aniu
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 35 »
搜珍网 www.dssz.com