搜索资源列表

  1. HookTest

    0下载:
  2. 日志钩子程序,记录激活的窗口名字及其相应的键盘操作。比单纯的键盘钩子好用-log hooks, and a window activation record names and their corresponding keyboard operation. Than purely utilitarian keyboard hook
  3. 所属分类:钩子与API截获

    • 发布日期:2024-05-20
    • 文件大小:26624
    • 提供者:王平
  1. RTXHook

    0下载:
  2. 这是一个截获RTX的钩子程序,是本人化了二天时间,你可以从中学到很多。-intercepted RTX hooks, and I was a day or two of time, you can learn a lot from.
  3. 所属分类:钩子与API截获

    • 发布日期:2024-05-20
    • 文件大小:3874816
    • 提供者:张庆
  1. HookTest2

    0下载:
  2. vb.net 制作的一个hook程序,用来捕获空格键的输入。 -vb.net produced a hook procedures used to capture the space bar to the admission.
  3. 所属分类:钩子与API截获

    • 发布日期:2024-05-20
    • 文件大小:5120
    • 提供者:雷亭
  1. 记录键盘事件

    0下载:
  2. 内含两个文件,一个是键盘钩子程序,另外一个是程序界面-intron 2, is a keyboard hooks, and the other one is a procedural interface
  3. 所属分类:OpenGL

    • 发布日期:2024-05-20
    • 文件大小:106496
    • 提供者:黄显龙
  1. hooks

    0下载:
  2. 一个经典的钩子例子,学习hook的一个参考-a classic example of the hook, learning a reference to the hook
  3. 所属分类:钩子与API截获

    • 发布日期:2024-05-20
    • 文件大小:239616
    • 提供者:
  1. 钩子实现文件或端口读写的截取&

    0下载:
  2. 基于Delphi的介绍钩子原理,利用钩子原理来实现文件和端口的截取-based Delphi introduced hook principle, the use of hooks to the principle of documents and the interception of ports
  3. 所属分类:钩子与API截获

    • 发布日期:2024-05-20
    • 文件大小:363520
    • 提供者:王熠
  1. Paladin_demo

    0下载:
  2. HookAPI is the API SDK that sets up system wide hooks for all windows platforms. It could easily hook 32-bit windows system APIs or 32-bit user-defined DLL. It could be used easily and all you need to do is write a DLL f
  3. 所属分类:钩子与API截获

    • 发布日期:2024-05-20
    • 文件大小:510976
    • 提供者:l
  1. TrackUserIdle_src

    0下载:
  2. The approach used here is really a simple one. We intercept the mouse and keyboard activities of the user by hooking into the OS s mouse and keyboard events using the API SetWindowsHookEx(). It is important to note that
  3. 所属分类:钩子与API截获

    • 发布日期:2024-05-20
    • 文件大小:7168
    • 提供者:l
  1. TaskKeyDll

    1下载:
  2. win2000/winxp下利用勾子函数阻截ALT+ESC,ALT+F4热键的dll源码-win2000/winxp using hooks Functions interdiction ALT ESC, the ALT F4 hotkey dll FOSS
  3. 所属分类:钩子与API截获

    • 发布日期:2024-05-20
    • 文件大小:10240
    • 提供者:
  1. WinCEKBHook_src

    0下载:
  2. WinCE下的键盘钩子程序,很好的例子。-WinCE under the keyboard hooks, and a very good example.
  3. 所属分类:Windows CE

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:杨久敏
  1. Journaling_Keyboard_and_Mouse_Input_src

    0下载:
  2. This an example for installing an application-defined hook procedures using Win32 SetWindowsHookEx() function. This project implements only WH_JOURNALRECORD and WH_JOURNALPLAYBACK hooks. I was looking for more informatio
  3. 所属分类:钩子与API截获

    • 发布日期:2024-05-20
    • 文件大小:18432
    • 提供者:
  1. systemkeyhook

    0下载:
  2. 注册自己的热键钩,非学好用,本人强烈推荐给初学者-register their hotkey hooks and non-use study, I strongly recommend it to beginners
  3. 所属分类:钩子与API截获

    • 发布日期:2024-05-20
    • 文件大小:21504
    • 提供者:杨尚昆
  1. mhook

    0下载:
  2. 一个用c语言写的鼠标钩子程序,用钩子在Windows平台捕获鼠标动作。-a language used to write c mouse hooks, and use the hook on the Windows platform capture mouse movements.
  3. 所属分类:钩子与API截获

    • 发布日期:2024-05-20
    • 文件大小:33792
    • 提供者:xuxuxuxu
  1. KeyHook_demo

    0下载:
  2. Keyboard Hook, This example shows how to write global hooks .This program captures all the Keyboard events and save the keys to a text file-Keyboard Hook, This example shows how to write global hooks .This program cap
  3. 所属分类:钩子与API截获

    • 发布日期:2024-05-20
    • 文件大小:138240
    • 提供者:Jet Lan
  1. Lesson20a

    0下载:
  2. 捕获鼠标和键盘的钩子程序,也可放行某些消息(如按键F2,关闭窗口)。-capture the mouse and keyboard hooks, and may also release certain information (such as keys F2, closing windows).
  3. 所属分类:钩子与API截获

    • 发布日期:2024-05-20
    • 文件大小:27648
    • 提供者:hanzi
  1. starcraftonline

    0下载:
  2. 本程序利用钩子捕获星际的IPX网络包,通过替换函数入口的方式转换IPX数据为UDP数据包并发到公网服务端,通过公网实现了如同浩方一样的联机游戏功能,其中的钩子dll框架来自网上一强人,本人修改后实现了星际的互连功能。-procedures for the use of the hook capture the interstellar IPX packet networks, import substitution function t
  3. 所属分类:网络截获/分析

    • 发布日期:2024-05-20
    • 文件大小:637952
    • 提供者:qianqian
  1. WarIIIPlus

    0下载:
  2. 用CSharp编写的一个关于API全局钩子的例子,实现了键盘的屏蔽-CSharp spent on the preparation of an overall API hooks example, the realization of the shielding keyboard
  3. 所属分类:外挂编程

    • 发布日期:2024-05-20
    • 文件大小:286720
    • 提供者:qweiczhong
  1. VBQQmumagouzi

    0下载:
  2. 2006最新版QQ钩子程序`快用编译来用用啊`-latest version of QQ 2006 hooks for `fast compiler used to use` ah
  3. 所属分类:钩子与API截获

    • 发布日期:2024-05-20
    • 文件大小:1454080
    • 提供者:wwwww
  1. SDKSkin

    0下载:
  2. 这是自己写的一个底层的界面换肤库,因为使用钩子来实现的,所以把它归纳在钩子这一块,对于对话框,此库支持得不错,对于初学者也是一个很好的参考,此代码花费了我不少时间啊。不过,菜单功能未能全部完成。-This is a bottom to write their own interface skin library, because the use of hooks to realize, therefore, it summed up i
  3. 所属分类:钩子与API截获

    • 发布日期:2024-05-20
    • 文件大小:625664
    • 提供者:汪荣
  1. 200741516355583

    0下载:
  2. Mirager是利用调试技术编写成的API钩子。比起16位下传统的入口代码改写技术,它是没有多线程问题的,而且能够拦截LoadLibrary/GetProcAddress完成的API显式调用。当然,如果您告诉它一些类型信息,Mirager可以在拦截到调用时获取上下文,即参数和返回值。-Mirager is to use technology to prepare debugging hooks into the API. Compare
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:374784
    • 提供者:杨秉岐
« 1 2 34 5 6 7 8 9 10 ... 20 »

源码中国 www.ymcn.org