搜索资源列表
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