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

搜索资源列表

  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
    • 文件大小:3947
    • 提供者:陈胜
  1. hooks

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

    • 发布日期:2008-10-13
    • 文件大小:43003
    • 提供者:
  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
    • 文件大小:6252
    • 提供者:l
  1. apihooktest2

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

    • 发布日期:2008-10-13
    • 文件大小:147036
    • 提供者:ddd
  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
    • 文件大小:138122
    • 提供者:Jet Lan
  1. keyboardswitch

    0下载:
  2. 很简单的一个全局钩子,屏蔽键盘所有按键,主要用在,嘿嘿,把键盘当垫板的人,比如在网吧抄东西。双击便运行,关闭即退出。 送给菜鸟。-very simple hook a whole, shielding all the keyboard keys, mainly in a little, and the keyboard when the plate. For example, in the cafes copied things. Double-click operation will c
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:60992
    • 提供者:小子
  1. jianpanfasheng

    2下载:
  2. 利用windows钩子技术(HOOK),实现按键发音的例子,运行后,由键盘输入就会调用钩子处理程序KeyboardProc()播放一段声音。-use windows Hook (HOOK), pronunciation keys achieve example, running, from the keyboard input will call handling procedures hook KeyboardProc () feature a voice.
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:516215
    • 提供者:王智
  1. spytest

    0下载:
  2. 一个hook的例子包含检测实例是否启动,可以选择监听那个京城-a hook examples include detecting whether to activate example, we can choose to monitor that the city etc.
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:72363
    • 提供者:bruce
  1. XPhook

    0下载:
  2. 我在XP下用过detour,也是用钩子将dll注入到其他进程进行API拦截,当时拦截的是 ShowWindow以及文件操作的一些API,感觉没什么问题阿.你可以先用Detour拦截一下其他的API试试,比如 CreateProcess,这个API我拦截过,Detour能拦截的 -I used the XP detour. also used to hook dll injected into other processes API interception, then intercept t
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:2312
    • 提供者:byron
  1. calcCtrl

    0下载:
  2. 用HOOK技术打开、控制windows自带的计算器。这是学习消息机制用HOOK的好例子。-with open technology, the control windows, bringing their calculators. This is the mechanism used to study information HOOK a good example.
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:41239
    • 提供者:srs
  1. Hook_hotKey

    0下载:
  2. 一个Hook学习的好例子,截获键盘的按键-Hook learning a good example, intercepted keyboard keys
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:88903
    • 提供者:kical
  1. idt_src

    0下载:
  2. 键盘的IDT hook范例,学习rootkit的好教程!-keyboard hook IDT example, a good learning rootkit Guide!
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:145256
    • 提供者:luocong
  1. TASKHOOKKEY

    1下载:
  2. 一个相当不错的屏蔽热键ALT_CTRL_DELETE的vc例子-a pretty good job of shielding hotkeys ALT_CTRL_DELETE example vc
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:95502
    • 提供者:业元
  1. 0402

    0下载:
  2. 一个键盘操作程序实例,是初学者的好的参考程序。-a keyboard operational example, is a good beginner's reference program.
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:906369
    • 提供者:zoley
  1. record

    0下载:
  2. 一个录制鼠标动作的例子-a record mouse movements example
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:37510
    • 提供者:许丕宇
  1. apihookproject

    0下载:
  2. 我将网上某大大(好像是广西的)的例子做成了工程可以直接运行,希望有所帮助-I will be a significant online (like Guangxi) caused the example of a project can directly run, help
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:54002
    • 提供者:
  1. 内核模式的apihook

    0下载:
  2. 内核模式的apihook例子,使用了驱动程序。-apihook example, the use of a driver.
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:51016
    • 提供者:站长
  1. Injection[src-a-Bin]

    0下载:
  2. DLL注入的源码和bin文件,简单易用学习远程线程的好例子-nice example for DLL injection. use createremotethread. include bin and src
  3. 所属分类:Hook api

    • 发布日期:2017-03-28
    • 文件大小:204134
    • 提供者:linzhixin
  1. Hook

    0下载:
  2. 这是我学习HOOK时用到了一个经典的例子,HOOK小程序-This is when I learn HOOK used a classic example, a small HOOK program
  3. 所属分类:Hook api

    • 发布日期:2017-05-13
    • 文件大小:3523442
    • 提供者:刘荣兰
  1. Hexadecimal-conversion

    0下载:
  2. E语言的API应用实例,需要的朋友可以下载后查看-The E language API application example, a friend in need can be downloaded to view
  3. 所属分类:Hook api

    • 发布日期:2017-04-04
    • 文件大小:1295
    • 提供者:李子奇
« 12 3 4 5 6 »
搜珍网 www.dssz.com