搜索资源列表
HideProcess.rar
- Hook Hidden Process. Using ZwQuerySystemInfomation Api.,Hook Hidden Process. Using ZwQuerySystemInfomation Api.
Hookdll
- 拦截系统api实现屏幕取词hook api-hook api
HookCreateProcess.rar
- API Hook,实现了对CreateProcess的挂钩,可以监视进程的创建。,API Hook, to achieve the linking of CreateProcess, you can create a monitoring process.
kbh.rar
- DELPHI编写的HOOK API实现DLL全局钩子启动记事本的程序,DELPHI prepared HOOK API to achieve the overall hook DLL procedures start Notepad
APIhook
- C++写的hook api的例子,演示如何劫持系统API。-Example of apihook C++ write, demonstrates how to hijack the system API.
HookCode
- VC++写的APIHook实例源代码,大致翻了一下,只挂引入表的函数,注入有SetWindowHookEx和CreateRemoteThread两种方式,进程枚举也区分了不同系统下使用的psai和toolhelp,另外为了获得Process的创建消息,做了一个驱动来注册回调函数,总的来说,在注入部分做得相当棒,如果想挂各种函数,可以结合detour使用。-VC++ to write the source code examples APIHook generally turned a bit,
Hooking_DirectX_COM_src
- Hook directx和com技术的源码,跟普通hook api存在着一些区别-Hook directx and com-source technology with ordinary hook api there are some differences between
API999999
- 打劫API,钩子无敌!带演示!附完整源码,有兴趣的朋友请下载-Robbery API, hook invincible! Band demo! Complete source code is attached, interested friends, please download
APIHookingComplete
- api hook源码,非常好的初学者入门源代码-api hook source code, very good entry-source code for beginners
deny_rename_exe
- HOOK API的例子,可以禁止改名 扩展名为EXE的文件.-HOOK API example, could prohibit the extension renamed EXE file.
KeyHandler
- KeyHandler * HOOK API-HOOK API keyboard KeyHandler Record
HOOKAPI
- 使用钩子函数-数据传递HOOKAPI获取当前鼠标指针的全局钩子源码-The use of hook function- HOOK API data transfer mouse pointer access to the current global hook source
HookAPILib
- API Hook Lib最新版 对api的hook功能,进行了封装。直接使用其接口,非常方便对函数进行hook.该版本修改了以前的bug,使用更稳定。-API Hook Lib latest version of the hook of the api functions carried out packaging. Direct use of its interface is very convenient to the function hook. This version change
APIHook_Dll
- hook api dll源码 可以学习 -hook api dll source code can learn to learn
HOOKAPI
- hook api配套mfc代码,仅供参考-hook api matching mfc code
1
- RING3 HOOK API FINDFILE函数隐藏文件-HOOK API FINDFILE
HookAPI
- VC++ HOOK Api使用大全及演示,有很多内容,全部都是Windows系统下各种HookApi的示例源码,包括网络、文件、对话框、注册表、进程等各个方面的,推荐给大家研究。 -VC++ HOOK Api Daquan, and demo use, there are a lot of content, all Windows systems of various HookApi example source code, including network, file, dialog,
API-Hook
- API Hook实现,对MessageBoxW函数进行了hook-API Hook basic principles and implementation of a hook function MessageBoxW
HOOK-API
- Windows下暴露的对开发人员的接口叫做应用程序编程接口,就是我们常说的API。我们在写应用层应用程序软件的时候都是通过调用各种API来实现 的。有些时候,我们需要监控其他程序调用的API,也就是,当其他应用程序调用我们感兴趣的API的时候,我们在他调用前有一个机会做自己的处理,这就是 HOOK API的涵义。 -Windows exposed to developers interface called the application programming interface, is