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

搜索资源列表

  1. 微软api截获库

    0下载:
  2. 来自微软的api拦截库-from Microsoft interception for the api
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:535672
    • 提供者:郑立宝
  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. API

    0下载:
  2. 一个实现API拦截的具体例子。欢迎大家 多提宝贵意见。
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:810999
    • 提供者:clzhou19820922
  1. VBAPIHooker

    0下载:
  2. Visual Basic APIHooker VB的API拦截源代码
  3. 所属分类:钩子与API截获

    • 发布日期:2014-01-17
    • 文件大小:8580
    • 提供者:geriald
  1. apihook_maze3.src

    0下载:
  2. WinXP下API拦截代码,有兴趣的朋友可以研究下,是比较有借鉴意义的。
  3. 所属分类:钩子与API截获

    • 发布日期:2014-01-20
    • 文件大小:291580
    • 提供者:杨勇
  1. hookyou_1

    1下载:
  2. 本文(其实是随笔)和实例代码描述的内容主要包括:API拦截,消息钩子,枚举子窗体,注册系统热键。其中消息钩子、API拦截、枚举子窗体实现代码在dll中,注册系统热键代码实现在测试exe中,另外exe代码段还涉及自定义消息和系统栏图标。希望对你有用-paper (actually essay) and example code descr iption of the contents include : API interception, news hook, except for the for
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:143431
    • 提供者:唐财爷
  1. Api+HOOK演示

    2下载:
  2. 基于API HOOK的系统监控软件DEMO,虽说是系统监控,但本软件并不提供监控功能,本软件只是简单拦截MessageBox,MessageBeep函数,如想实现系统拦截,需按照源码中拦截MessageBox的写法拦截注册表相关函数,注册服务等其他函数
  3. 所属分类:钩子与API截获

    • 发布日期:2011-03-21
    • 文件大小:6444359
    • 提供者:yzz413026
  1. HookAPI 截获和替换Win32 API的开发包

    0下载:
  2. 本站推出截获和替换Win32 API的开发包HookAPI源码1.62版本,Site launch intercepted and replacement of Win32 API development kit HookAPI source version 1.62
  3. 所属分类:钩子与API截获

    • 发布日期:2017-11-08
    • 文件大小:1272956
    • 提供者:
  1. ProcessProtecter

    0下载:
  2. VC编程实现API拦截保护目标进程不被杀死,可以用作软件安全模块-VC programming API to intercept the process of being killed by conservation objectives, can be used as software security modules, etc.
  3. 所属分类:Hook api

    • 发布日期:2017-03-28
    • 文件大小:65222
    • 提供者:刘赟
  1. wsock32

    0下载:
  2. 通过api拦截socket数据包,创建一个动态链接库来代替原winsock接口库,可放入外挂控制代码-Instead api intercept a the socket packet, to create a dynamic link library the original winsock interface library, into the plug-in control code
  3. 所属分类:Hook api

    • 发布日期:2017-11-09
    • 文件大小:22780
    • 提供者:殷鹏
  1. APIHookjiexi

    0下载:
  2. 本文分析了API Hook 系统的实现结构和系统涉及的DLL 注入和API 拦截两项关键技术的多种实现途径,并结合 应用给出了编程实现的方法。-This paper analyzes the API Hook System structures and systems involved in DLL injection and API to intercept the two key technologies to achieve a variety of channels, combine
  3. 所属分类:Hook api

    • 发布日期:2017-04-04
    • 文件大小:94676
    • 提供者:王志军
  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-03
    • 文件大小:12051
    • 提供者:高军
  1. interept

    0下载:
  2. API拦截-现在了对指定API的拦截。使用了进程注入和inline hook等方法-api interept
  3. 所属分类:Hook api

    • 发布日期:2017-03-29
    • 文件大小:737137
    • 提供者:周杰伦
  1. detourAPI

    0下载:
  2. 一个教程附源码 !拦截API的例子,大家仔细看看就行了-Source attached to a tutorial! API interception example, we take a good look at on the list
  3. 所属分类:Hook api

    • 发布日期:2017-04-08
    • 文件大小:202108
    • 提供者:youstar
  1. DetourDevelopmentKitforMicrosoftResearchAPIinterce

    0下载:
  2. 微软研究院Detour开发包之API拦截技术,一个详细的分析文档!-Detour Development Kit for Microsoft Research API interception technology, a detailed analysis of the document!
  3. 所属分类:Hook api

    • 发布日期:2017-04-16
    • 文件大小:268637
    • 提供者:diy20500
  1. api

    0下载:
  2. 很好的API拦截教程HOOK实战例子,图文结合,注释详细,相信大家看了之后都应该知道如何HOOK了,其实也很简单!希望能给大家带来帮助-HOOK good practical example of API interception tutorial, graphic combination of detailed notes, I believe we all should know how to look after the HOOK, but in fact is very simple!
  3. 所属分类:Hook api

    • 发布日期:2017-04-03
    • 文件大小:202243
    • 提供者:batcom
  1. MyApiHook

    0下载:
  2. 一个用于API拦截的钩子程序,希望有帮助。-a program of hook
  3. 所属分类:Hook api

    • 发布日期:2017-05-16
    • 文件大小:4450954
    • 提供者:徐光兴
  1. apihook

    0下载:
  2. C#.NET 2008下开发的API HOOK进程send函数,可封装成DLL,对发送的数据包进行拦截,修改-C#. NET 2008 development of the API HOOK process under the send function, can be packaged into a DLL, for sending data packets to intercept, modify,
  3. 所属分类:Hook api

    • 发布日期:2017-03-27
    • 文件大小:1238
    • 提供者:huodeming
  1. apilj

    1下载:
  2. 一个典型的VB 拦截Api的源代码,文件夹说明:   VBAPIHooker - API拦截类(这是主角,它需要用到以下三个类)   VBMemoryAllocator- 内存分配管理类   VBPEFnLocator- PE文件导入/导出函数定位类   VBMiniWindow- 迷你消息窗口类      1.设定目标进程   例:假设目标进程ID为&HC80   ※设定目标进程    m_oAPIHooker.S
  3. 所属分类:钩子与API截获

    • 发布日期:2013-10-30
    • 文件大小:26159
    • 提供者:小鱼
  1. API-Hooking-with-MS-Detours

    0下载:
  2. 一个使用detours进行API拦截的程序,使用VC++ 6.0开发。-a program using detours to hook windows apis.
  3. 所属分类:Hook api

    • 发布日期:2017-03-24
    • 文件大小:45650
    • 提供者:hailongxl
« 12 3 »
搜珍网 www.dssz.com