Welcome![Sign In][Sign Up]
Location:
Search - APIHOOK

Search list

[Hook apiAntiHook

Description: 反APIHOOK的演示源码.大家可以借鉴一下.-Demonstration of anti-APIHOOK source. Everyone can learn from you.
Platform: | Size: 2048 | Author: 不要踩我 | Hits:

[OS programSoftSnoop1.3.2

Description: 相对于SoftSnoop1.3版新增功能 1)可以捕获从任一模块产生的到任一模块的Api调用,包括动态加载的模块;可以在调用Api之前输出Api名称,Api所属模块,Api参数及调用这个Api的地址;可以在Api返回之后输出Api返回值 2)可以像OllyDbg那样附着到正在运行的目标进程并捕获其Api,可以随意终止和继续捕获,目标进程不受影响 3)可以选择是否对目标进程进行调试,对一些检查调试器的程序可以选择不调试目标进程,对Api捕获没有影响;由于修改了ApiHook方式,因此对于加过壳或修改了输入表的程序也可以进行Api捕获 4)添加了中文版 5)解决了1.3版中在加载目标进程时偶尔会产生内存访问越界的问题-err
Platform: | Size: 241664 | Author: 孙磊 | Hits:

[Windows DevelopAPIHOOK.2.0.src

Description: Windows钩子函数的使用用法的完整示例代码。-Windows hook functions to use the full sample code usage.
Platform: | Size: 97280 | Author: 李夏光 | Hits:

[Hook apiDetoursExpress2.1

Description: 微软的APIHook库,不用说了吧;微软的APIHook库,不用说了吧-Detours Express 2.1
Platform: | Size: 361472 | Author: Phex | Hits:

[Windows DevelopAPIhook

Description: api hook est.cpp : Defines the class behaviors for the application.-detour
Platform: | Size: 56320 | Author: 丽丽 | Hits:

[Hook apiCreateprocess

Description: 创建进程提醒,挂起恢复进程,是一个不错的程序,-Create a process to remind, hang recovery process, it is a good procedure,
Platform: | Size: 19456 | Author: 禁止进程创建 | Hits:

[Hook apiHookToolsrc

Description: 前两天有个朋友想让我帮做个ApiHook的东西,公司的网较慢,只能搜国内网站,结果搜了n个没有完整原代码,极度郁闷,现转一个codeproject的原代码,以后也方便自己下载使用。 说明一下,这个代码在CodeProject有下,代码我大致翻了一下,只挂引入表的函数,注入有SetWindowHookEx和CreateRemoteThread两种方式,进程枚举也区分了不同系统下使用的psai和toolhelp,另外为了获得Process的创建消息,做了一个驱动来注册回调函数,总的来说,在注入部分做得相当棒,如果想挂各种函 数,可以结合detour使用。 -A couple of days ago a friend wanted me to help be a ApiHook things, the company' s Net slow, can only be found internally website, the results of the n-found no complete source code, an extremely depressing, it is a codeproject to the original code, after Convenience also download their own use. Explain that this code has CodeProject, the code I am generally turned a little, only linked to the introduction of the function table into SetWindowHookEx and CreateRemoteThread have two ways, the process of enumeration to distinguish between the different systems are used psai and toolhelp, the other in order to Process to create access to the message, make a drive to register a callback function, in general, has done quite a part in the injection rod, if want to hang a variety of functions, can be combined to use detour.
Platform: | Size: 68608 | Author: szg | Hits:

[Hook apiapihook2

Description: API钩子APIHOOK 2.0 源代码-APIHOOK
Platform: | Size: 134144 | Author: chen | Hits:

[Hook apiHookAPI

Description: 进程保护,hookAPI钩子函数的不足点评。-APIHOOK
Platform: | Size: 2048 | Author: yanghai | Hits:

[Hook apiApiHook

Description: 金山词霸的屏幕取词使用了HOOKWindows API的调用来实现的,这里的是一个用数组实现对函数的HOOK的管理功能C源码-PowerWord using the Screen HOOKWindows API call to achieve, and here is a realization of the function with an array of management functions of the HOOK source C
Platform: | Size: 3072 | Author: 韩雪莲 | Hits:

[Hook apiapihooksrc

Description: 个ApiHook的东西 这个代码在CodeProject有下,只挂引入表的函数,注入有SetWindowHookEx和CreateRemoteThread两种方式,进程枚举也区分了不同系统下使用的psai和toolhelp,另外为了获得Process的创建消息,做了一个驱动来注册回调函数,总的来说,在注入部分做得相当棒,如果想挂各种函 数,可以结合detour使用。 -This code has CodeProject, only linked to the introduction of the function table into SetWindowHookEx and CreateRemoteThread are two ways, the process of enumeration to distinguish between the different systems are used psai and toolhelp, another founder of Process in order to obtain information, so a driver to register a callback function, in general, has done quite a part in the injection rod, if you want to hang a variety of functions can be combined with the use of detour.
Platform: | Size: 67584 | Author: chenxq | Hits:

[Windows DevelopapiHookPatch

Description: 针对APIhook的操作练习,并且添加了对Send等Hook操作,可以用作拦截网络通讯的demo-Patch for APIHook
Platform: | Size: 586752 | Author: zuozilong | Hits:

[Hook apiproject

Description: 是一个简单的跨进程的APIHOOK,目标程序是NOTEPAD.EXE很有学习意义,代码部分是网上学习,部分是自己原作。原大家一起学习,另,由于作者也是刚学习,有什么错误请指出,谢谢,邮箱dake1024@163.com-Is a simple process of cross-APIHOOK, the target procedure is very NOTEPAD.EXE learning the meaning of the code is e-learning part of their own original work. The original learning together, and the other, because the author is just learning, please point out what is wrong, Thank you, mail dake1024@163.com
Platform: | Size: 78848 | Author: firememory | Hits:

[Hook apiAPIHook_Dll

Description: HooKAPI 钩子技术!完美实现 截获系统消息-Technology HooKAPI hook! Intercepted messages to achieve a perfect system
Platform: | Size: 11264 | Author: mf | Hits:

[Hook apiAPIHook

Description: 勾了系统函数,可以修改API函数返回值以隐藏进程-Hook a system function, you can modify the return value of API functions to hide the process of
Platform: | Size: 3072 | Author: tzwsoho | Hits:

[OS programHookCode

Description: VC++写的APIHook实例源代码,大致翻了一下,只挂引入表的函数,注入有SetWindowHookEx和CreateRemoteThread两种方式,进程枚举也区分了不同系统下使用的psai和toolhelp,另外为了获得Process的创建消息,做了一个驱动来注册回调函数,总的来说,在注入部分做得相当棒,如果想挂各种函数,可以结合detour使用。-VC++ to write the source code examples APIHook generally turned a bit, only linked to the introduction of the function table, there SetWindowHookEx and CreateRemoteThread into two ways, the process of enumeration to distinguish between the different systems are used psai and toolhelp, the other in order to obtain Process the creation of news, so a drive to register a callback function, in general, has done quite a part in the injection rod, if you want to hang a variety of functions can be combined with the use of detour.
Platform: | Size: 71680 | Author: Massachusetts | Hits:

[OS programAPIHook_Dll

Description: hook api dll源码 可以学习 -hook api dll source code can learn to learn
Platform: | Size: 1481728 | Author: james163 | Hits:

[Windows DevelopAPIHOOK

Description: hook api的一个实例,虽然不是很好补过多多少少 应该有用吧-hook api
Platform: | Size: 1307648 | Author: zhangguangfu | Hits:

[Internet-Network0x48k-apihook

Description: some code stuff for hooking api in remote proccesses release of 0x48k hacksorz crew public beta
Platform: | Size: 58368 | Author: unk | Hits:

[Hook apiHookApi

Description: vc 6.0 简单的 detour api 的大牛小试
Platform: | Size: 111616 | Author: loyabe | Hits:
« 1 2 3 4 5 6 7 89 10 11 12 »

CodeBus www.codebus.net