CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - API拦截

搜索资源列表

  1. 微软api截获库

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

    • 发布日期:2008-10-13
    • 文件大小:535672
    • 提供者:郑立宝
  1. 用DelayLoad拦截API

    0下载:
  2. 利用DelayLoad来优化应用程序的性能,拦截API.-DelayLoad used to optimize application performance, intercepting API.
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:12707
    • 提供者:副另
  1. API函数拦截例子 skykernel

    0下载:
  2. api函数拦截。-api function interception.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:2468
    • 提供者:姜志军
  1. 关于API HOOK拦截封包原理

    0下载:
  2. 关于API HOOK拦截封包原理-on API intercept packets principle HOOK
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:2851
    • 提供者:周卢
  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. hook

    1下载:
  2. MFC HOOK编程源码,拦截windows消息。-MFC HOOK programming source code, to intercept windows messages.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:463519
    • 提供者:nicholas
  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. interept

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

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

    0下载:
  2. api函数recvfrom()的拦截代码,在以前拦截的recv函数基础上拓展而来,追加调用部分代码。 具体功能:拦截api函数recvfrom。-api function recvfrom () to intercept the code block in the past based on the recv function to expand from an additional part of the code call. Specific functions: intercept a
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-24
    • 文件大小:202688
    • 提供者:canglang
  1. hook

    0下载:
  2. VBAPIHooker - API拦截类(这是主角,它需要用到以下三个类) VBMemoryAllocator - 内存分配管理类 VBPEFnLocator - PE文件导入/导出函数定位类 VBMiniWindow - 迷你消息窗口类-VBAPIHooker- API interception type (which is the main character, it needs to use the following three categories) VB
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:60227
    • 提供者:soul
  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. 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
  1. 易语言API网络拦截源码

    1下载:
  2. 易语言API网络拦截源码,send,recv(Easy language API network intercept source)
  3. 所属分类:易语言编程

    • 发布日期:2018-10-09
    • 文件大小:17408
    • 提供者:一缕光
« 12 3 4 5 6 7 8 »
搜珍网 www.dssz.com