CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 钩子与API截获 搜索资源 - example

搜索资源列表

  1. 钩子函数例子

    0下载:
  2. This the example from Iczelion s Win32 Assembly Tutorial part 24. In order to assemble the example, you have to have ml.exe, link.exe and nmake.exe in your path. If they re not in the path, you will have to edit makefile to include the full path. You
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:7.11kb
    • 提供者:风影
  1. 键盘钩子例子

    2下载:
  2. 键盘钩子的实例,以vc为开发环境。-keyboard hook example, vc for the development environment.
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:23.07kb
    • 提供者:王楠
  1. 鼠标钩子例子

    1下载:
  2. 以vc为开发环境,实现鼠标钩子的一个例子。-to vc for the development environment, mouse hook an example.
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:31.23kb
    • 提供者:王楠
  1. KeyBoardDLL

    0下载:
  2. 键盘hook例子-keyboard hook example
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:12.08kb
    • 提供者:凶横
  1. APISPYLD

    0下载:
  2. hook例子-hook example
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:4.06kb
    • 提供者:*
  1. SysHook_C++_Src

    0下载:
  2. 很简单的c++做system hook的例子,值得参考-Very simple c ++ example of making system hook, is worth consulting
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:81.86kb
    • 提供者:何必
  1. VB api0006模拟鼠标单击

    0下载:
  2. 程序说明: 本例采用API函数实现模拟的鼠标事件,程序运行后会 产生十分有趣的效果。也来试一试。 本例中只使用了相对鼠标坐标,我们也可以使用绝对 鼠标坐标来试一试。-procedures Note : In this example, using API functions simulation of a mouse, running will have a very interesting results. Also to test. In this example,
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:3.85kb
    • 提供者:陈胜
  1. NetWin32Hooks_demo2

    0下载:
  2. 是.NET环境下实现全局HOOK的例子,是又C#.NET开发-yes.NET environment to achieve overall HOOK example, is another C#.NET development
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:41.78kb
    • 提供者:yb
  1. hooks

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

    • 发布日期:2008-10-13
    • 文件大小:42kb
    • 提供者:
  1. Windows API源代码

    0下载:
  2. windowsAPI编程的例子,用户可以直接查看并使用-windowsAPI Programming example, the user can directly view and use
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:5.09mb
    • 提供者:椅子
  1. HookImport_src

    0下载:
  2. Enclosed is MFC source code for a function which can be used to hook any imported function call which your application makes. Since most of the Win32 API is implemented using import functions in dlls, this means that you hook Win32 API calls. This is
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:6.11kb
    • 提供者:l
  1. Memtest

    0下载:
  2. 内存映象的例子,首先打开映象文件,如果不存在,则创建映象文件-memory mapping example, the first open image files, do not exist, create image files
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:186.33kb
    • 提供者:黄步添
  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 information and sample programs, but the
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:17.87kb
    • 提供者:guard2002
  1. apihooktest2

    0下载:
  2. 一、前言   前一段时间发表了一篇文章 “Hook API 工具”,没有附带主程序的源代码,这几天翻出来代码加了些注释,现在补上。不过大家还是最好看看牛的书,书上讲解很详细。 二、对代码的简单说明   总共3个工程,1个主程序,1个HookDll, 1个例子Dll。主程序负责启动进程,并将 HookDll 注入。还有一些额外的功能,比如显示 Log, 例子Dll的信息,导出函数等,HookDll 在 DllMain 启动的时候根据配置钩住指定的 API 函数 三、这
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:143.59kb
    • 提供者:ddd
  1. mpeg_play

    0下载:
  2. 此程序是利用getmsg.dll截获notepad.exe 中WM_COMMAND消息的例子, 测试的时候请打开notepad.exe,并在其中输入内容,mpeg_play程序将收到相应的消息-use of this procedure is getmsg.dll were intercepted notepad.exe news WM_COMMAND example, testing the open the notepad.exe and in which input, mpeg_pla
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:130.91kb
    • 提供者:孙毅
  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 captures all the Keyboard events
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:134.88kb
    • 提供者:Jet Lan
  1. detours-1.5.zip

    3下载:
  2. 微软提供的截取Win32 API函数的开发包和例子1.5版本,SDK and example in 1.5 version of hooking Win32 API which are provided by Microsoft
  3. 所属分类:钩子与API截获

    • 发布日期:2012-10-21
    • 文件大小:591.11kb
    • 提供者:
  1. module.design.example.hook.function.

    0下载:
  2. 钩子函数开发模块设计实例代码Development of the module design example hook function code -Development of the module design example hook function code
  3. 所属分类:Hook api

    • 发布日期:2017-03-25
    • 文件大小:43.71kb
    • 提供者:c
  1. VB-MT-Example

    0下载:
  2. 实例效果:此实例实现三个图片框的背景色一起变色。 实例的窗体布局见图: 程序的工程窗口: 源代码如下-Example effect: this instance to achieve three picture frame color with the background color. Example form layout shown in Figure: engineering program window: source code is as follows
  3. 所属分类:Hook api

    • 发布日期:2017-03-30
    • 文件大小:1.76kb
    • 提供者:724
  1. Hook Api Example

    0下载:
  2. hook api maybe Hook Api Example
  3. 所属分类:钩子与API截获

    • 发布日期:2013-02-08
    • 文件大小:103.09kb
    • 提供者:edaks@list.ru
« 12 3 4 5 6 7 8 9 10 ... 13 »
搜珍网 www.dssz.com