搜索资源列表
API Hook 工具相关代码 apihooktest
- api钩子代码。-api hook code.
关于API HOOK拦截封包原理
- 关于API HOOK拦截封包原理-on API intercept packets principle HOOK
通过API HOOK 创建SYSTEM用户进程
- 通过API HOOK 创建SYSTEM用户进程
Api+HOOK演示
- 基于API HOOK的系统监控软件DEMO,虽说是系统监控,但本软件并不提供监控功能,本软件只是简单拦截MessageBox,MessageBeep函数,如想实现系统拦截,需按照源码中拦截MessageBox的写法拦截注册表相关函数,注册服务等其他函数
HookAPI 截获和替换Win32 API的开发包
- 本站推出截获和替换Win32 API的开发包HookAPI源码1.62版本,Site launch intercepted and replacement of Win32 API development kit HookAPI source version 1.62
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.
API_HOOK.rar
- API HOOK源码,自己写的,C++源码,使用的也是定位IAT表,获取需要HOOK的API,然后HOOK并处理~,API HOOK source, wrote it myself, C++ Source, the use of the IAT is also positioning table, access to the needs of HOOK the API, and then HOOK and processed ~
HookCreateProcess.rar
- API Hook,实现了对CreateProcess的挂钩,可以监视进程的创建。,API Hook, to achieve the linking of CreateProcess, you can create a monitoring process.
hook
- MFC HOOK编程源码,拦截windows消息。-MFC HOOK programming source code, to intercept windows messages.
HOOK-API
- 本程序实现HOOK MessageBoxA函数功能,大家如需HOOK其他API,只需修改MessageBoxA和模块名称即可-This program functions to achieve HOOK MessageBoxA function, we HOOK for other API, just change the name of MessageBoxA and modules can be
API-Hook
- Win32 API Hook 示例,例子中注释非常详细,简单易懂。本例子中实现了对MessageBox 函数进行Hook , 当然你也可以Hook其他API,只需小小的修改即可。 -Win32 API Hook examples, case notes are very detailed, very easy to understand. In this case realized MessageBox function Hook, of course, you can Hook the
apihook-dephi
- delphi 实现 API HOOK 的源码,可以获取socket网络数据,代码十分效率-delphi source code to achieve API HOOK, you can obtain the socket network data, the code is very efficient
ApiHook
- API Hook示例代码:用来将自定义的 Dll 注入进程空间,并钩住指定 API 函数,关于注入和钩 API 的代码,这里主要介绍如何使用这个小工具方便实现截获 API 的功能-API Hook Sample Codes
DDPHelpSrc
- QQ游戏之对对碰外挂, 功能: 1.能够自动提示能够消除的对对碰 2.能够模拟鼠标自动消除 3.可以加快速度 4.自动开始 虽然此程序仅仅是一个小外挂,但也使用到了一些技术. 1.线程的使用 2.程序窗口查找 3.dll注入技术 4.api hook 技术 5.单进程全局热建钩子 6.不通过特定颜色判断相同方格的方法 7.模拟鼠标的两种方法,mouse_event(鼠标光标会移动)和PostMessaga(鼠标光标不移动) 8.文件捆
20080323224000244
- api hook windows 编程-api hook windows programming
HOOK
- HOOK API,对于一个没有接触过人而言,时个神秘地带,真有那么神秘码?微软提供了这方面的开发包DETOUES,很简单,不需要其他工作就可以实现了,不需要跳转指令,不需要修改PE头,更不需要枚举当前所有进程和即将启动的进程-HOOK API, no contact for a man is concerned, when a mysterious area code really so mysterious? Microsoft provided an SDK DETOUES, very si
API-Hook
- API Hook基本原理和实现,钩子的特性-Basic principles and implementation of API Hook
inline-hook
- 1. Hook之前的准备工作之一。 在这个软件中,总共hook了15个native api 函数。他们分别是: ZwOpenKey , ZwClose, ZwQueryValueKey, ZwDeleteKey, ZwSetValueKey, ZwCreateKey, ZwDeleteValueKey. ZwEnumerateValueKey,ZwRestoreKey, ZwReplaceKey, ZwTerminateProcess, ZwSetSecurityObject, Zw
API-Hook
- Api HOOK实例,一份非常棒的代码.可以帮助你了解api hook原理-Api HOOK instance, a great code. Can help you understand the principles of api hook
API Hook完全手册
- API HOOK技术是一种用于改变API执行结果的技术,Microsoft 自身也在Windows操作系统里面使用了这个技术,如Windows兼容模式等。(API HOOK technology is a technique used to change the execution results of API, and Microsoft itself uses this technology in Windows operating systems, such as Windows comp