CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - api hook

搜索资源列表

  1. textapihook

    0下载:
  2. API钩子,针对Textout,DrawText-API Hook
  3. 所属分类:Hook api

    • 发布日期:2017-04-05
    • 文件大小:143628
    • 提供者:邵凯田
  1. ApiHookCheck

    0下载:
  2. API HOOK,知道的应该不用我讲了-API HOOK, know I should not talk about it. . . . .
  3. 所属分类:Hook api

    • 发布日期:2017-05-13
    • 文件大小:3255859
    • 提供者:my
  1. ApiHook

    0下载:
  2. 通过拦截TerminateProcess和OpenProcess两个API,防止进程被结束-Two by interception TerminateProcess and OpenProcess API, to prevent the process is concluded
  3. 所属分类:Hook api

    • 发布日期:2017-03-23
    • 文件大小:344191
    • 提供者:bingo
  1. HOOKJMP_DLL

    0下载:
  2. 通过使用修改函数地址头字节然后JMP的方法来HOOK API的源代码,VC6.0编译通过
  3. 所属分类:钩子与API截获

    • 发布日期:2012-10-29
    • 文件大小:2862639
    • 提供者:fhrl@2012_bot
  1. DirectXHook_8_9

    1下载:
  2. DirectX 8 and 9 api hooks
  3. 所属分类:钩子与API截获

    • 发布日期:2013-04-04
    • 文件大小:1100237
    • 提供者:Ashina
  1. HOOK-API

    0下载:
  2. 这个是易语言源码,首先声明不懂易语言的不要下,毒软误报的问题不再解释,源码内容:钩子-This is an easy language source code, first of all do not understand the language, not poisonous, soft false problem will not explain, source: hook
  3. 所属分类:其他小程序

    • 发布日期:2017-03-30
    • 文件大小:5661
    • 提供者:xiaomingw
  1. my_hookOpenProcess

    0下载:
  2. 通过修改进程函数开始前5个字节,实现API Hook-Before the start of the process by modifying the function of 5 bytes, to achieve API Hook
  3. 所属分类:Hook api

    • 发布日期:2017-05-11
    • 文件大小:2373533
    • 提供者:十年寒窗
  1. hookcode200905

    0下载:
  2. 很不错的对战平台再开发代码。vlan hook api socket-Against a very good platform to develop the code. vlan hook api socket
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-15
    • 文件大小:3689286
    • 提供者:chengyunlu
  1. QQVoiceSpySrc

    0下载:
  2. 我自己写的QQ和MSN语音聊天窃听器,可以把语音聊天内容录下来,可以保存成PCM, MP3,WAV等格式。 用到了API HOOK知识还有Detour库,值得一看哦。 用VC6.0开发-I wrote it myself QQ and MSN voice chat listening devices, voice chat can be recorded, you can save as PCM, MP3, WAV and other formats. Also used the API
  3. 所属分类:Hook api

    • 发布日期:2017-03-29
    • 文件大小:131088
    • 提供者:挑灯看剑
  1. hookqq

    0下载:
  2. 用C++ 编写的hook 程序,可以用来盗取qq密码-With C++ Prepared hook procedure can be used to steal passwords qq
  3. 所属分类:Hook api

    • 发布日期:2017-03-30
    • 文件大小:117321
    • 提供者:david
  1. fighter9-29

    0下载:
  2. 程序的作用是在桌面生成一个会移动会开炮的icon,当它探测到面前有移动物体时就开炮,炮弹会把桌面炸开。一个简单的小程序,用到了API,钩子,内存映射。-The role of procedures in the Desktop Mobile will generate a fire will be the icon, when it is to detect moving objects before them on fire, artillery explosion will be the d
  3. 所属分类:Hook api

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

    0下载:
  2. 用VC2008编写的Windows hook 例程。-VC2008 prepared using Windows hook routines.
  3. 所属分类:Hook api

    • 发布日期:2017-04-26
    • 文件大小:16627
    • 提供者:Arm
  1. hook

    0下载:
  2. hook的dll,用来划界用的api函数-this program is a hook use to api
  3. 所属分类:Hook api

    • 发布日期:2017-05-07
    • 文件大小:1506795
    • 提供者:kehua
  1. KsRegFlt

    0下载:
  2. 通过HOOK注册表相关的API,来限制注册表的访问.并可以设置指定进程为可信进程,不受限制.-HOOK associated through the registry API, to restrict access to the registry. And can be set up for the credibility of the process of the specified process, unrestricted.
  3. 所属分类:Hook api

    • 发布日期:2017-04-26
    • 文件大小:88804
    • 提供者:wsw
  1. Kehook

    0下载:
  2. 对于hook,从ring3有很多,ring3到ring0也有很多,根据api调用环节递进的顺序,在每一个环节都有hook的机会,可以有int 2e或者sysenter hook,ssdt hook,inline hook ,irp hook,object hook,idt hook-The hook, from ring3 there are many, ring3 to ring0 there are many, according to api call progressive sequen
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-10
    • 文件大小:1870232
    • 提供者:王小明
  1. DetourDll

    0下载:
  2. api hook api hook api hook api hook api hookapi hook api hook-hook
  3. 所属分类:Hook api

    • 发布日期:2017-05-08
    • 文件大小:1707001
    • 提供者:aaa
  1. west263-API

    0下载:
  2. west263代理API,强烈推荐,值得收藏,Email:hook@hkingsoft.com-west263 agent API, strongly recommended, it is worth collection, Email: hook@hkingsoft.com
  3. 所属分类:.net

    • 发布日期:2017-04-07
    • 文件大小:63071
    • 提供者:hkingsoft
  1. NoKill

    0下载:
  2. VC写的一个DLL.主要用来提供给C#调用,因为C#不支持全局钩子..自定义方法实现简单进程防杀.(Hook原理)-VC to write a DLL. Is mainly used to C# to call, because C# does not support global hooks .. Since the simple process of definition of methods to achieve anti-killing. (Hook Principle)
  3. 所属分类:Hook api

    • 发布日期:2017-04-09
    • 文件大小:1675839
    • 提供者:十二
  1. APIHOOK

    0下载:
  2. 一个钩函数的简单例子,基于MFC环境,给初学者一点小小的提示。-A simple example hook function, based on the MFC environment, to the little tips for beginners.
  3. 所属分类:Hook api

    • 发布日期:2017-04-04
    • 文件大小:222095
    • 提供者:王散
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 24 »
搜珍网 www.dssz.com