搜索资源列表
apihooktool
- 近日由于需求问题,需要写一个 API Hook 相关的东西,温习了一下牛写的《Windows 核心编程》,做了一个小工具,用来将自定义的 Dll 注入进程空间,并钩住指定 API 函数,关于注入和钩 API 的代码,牛的书里和配套光盘中已经有了,这里主要介绍如何使用这个小工具方便实现截获 API 的功能。(补充代码)-recent demand, the need to write an API Hook related things, a study was made about the ca
用于HOOKwindow下API函数
- 这是一个免费的库,用于HOOKwindow下API函数,This is a free library for the API function under HOOKwindow
NDIA.rar
- API Hook类,已经做成dll文件。其中包含Hook WS2_32.dll 中send 函数的Demo,可以起、轻松修改成其他API 的 Hook.,API Hook type, has made dll file. Hook WS2_32.dll includes send function in the Demo, can be easily modified into other API of Hook.
IAT-API-Hook
- Delphi IAT Hook API(沒使用到Dll,我打算用CreateRemoteThread來實現Hook,可以說還沒完成)-Delphi IAT Hook API
DLL-IAT-hook
- 屏幕取词功能实现方法2 一个通过修改DLL文件的IAT表来实现的hook开发包源码--Screen Translation Method 2 to achieve a functional DLL file by modifying the IAT table to achieve the hook development kit source code-
ApiHook
- API Hook示例代码:用来将自定义的 Dll 注入进程空间,并钩住指定 API 函数,关于注入和钩 API 的代码,这里主要介绍如何使用这个小工具方便实现截获 API 的功能-API Hook Sample Codes
apihook_Code
- 一个通过修改DLL文件的IAT表来实现的hook开发包源码-A DLL file by modifying the IAT table to achieve the hook development kit source
DDPHelpSrc
- QQ游戏之对对碰*, 功能: 1.能够自动提示能够消除的对对碰 2.能够模拟鼠标自动消除 3.可以加快速度 4.自动开始 虽然此程序仅仅是一个小*,但也使用到了一些技术. 1.线程的使用 2.程序窗口查找 3.dll注入技术 4.api hook 技术 5.单进程全局热建钩子 6.不通过特定颜色判断相同方格的方法 7.模拟鼠标的两种方法,mouse_event(鼠标光标会移动)和PostMessaga(鼠标光标不移动) 8.文件捆
APIHookjiexi
- 本文分析了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
11Firewall
- 本程序是基于Windows API与Hook技术以及注入DLL的方式写的网络防火墙程序,可以拦截网络数据。-This program is based on the Windows API and DLL injection Hook technology, and a way to write a network firewall program that can intercept network data.
APIHook_Dll
- hook api dll源码 可以学习 -hook api dll source code can learn to learn
APIHookDLLWizard
- API Hook DLL Wizard by Michel Casavecchia ( Brasil )
apihook
- 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,
DLL
- 驱动级DLL注入源码。包含有系统兼容性检测、驱动DLL注入技术、API HOOK技术,并且提供应用层测试。-Driver stage DLL into the source code. Contains system compatibility testing, driving the DLL implantation technology, technology, and provide the HOOK API application layer test.
hookApis
- VB实现,无DLL,HOOK指定进程API-vb do not need dll ,hook target process API
API-Hook-Open-Process
- Source dll hook API OpenProce-Source dll hook API OpenProcess
vb-api-hook
- 利用vb的API HOOK技术实现全局HOOK 没有用到D-Use vb s API HOOK HOOK not use technology to achieve global DLL
DLL-and-Hook-sample
- Hook Example Win32 Api C-Hook Example Win32 Api C++
delphi HOOK 技术
- delphi hook dll案例, 论坛里有关于HOOK API的贴子, 但其实现在方式显示得麻烦, 其实现在拦截API一般不用那种方式, 大都采用inline Hook API方式。其实也就是直接修改了要拦截的API源码的头部,让它无条件跳转到我们自己的处理过程。(There are HOOK API posts on the forum, but in fact, the way it is showing is troublesome. In fact, interception of
Dllcrtwindow
- 针对传奇3私服的试验,通过DLL来HookAPI send和recv的截获封包,SOCKET劫持,设置线程钩子获取游戏数据!(SOCKET API hook,SetWindowHookEX for GEngine(Legend of Mir3))