Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - API HOOK
Search - API HOOK - List
api钩子代码。-api hook code.
Date : 2008-10-13 Size : 143.59kb User : 姜志军

通过API HOOK 创建SYSTEM用户进程
Date : 2010-10-29 Size : 8.65kb User : GDSCCPA

基于API HOOK的系统监控软件DEMO,虽说是系统监控,但本软件并不提供监控功能,本软件只是简单拦截MessageBox,MessageBeep函数,如想实现系统拦截,需按照源码中拦截MessageBox的写法拦截注册表相关函数,注册服务等其他函数
Date : 2011-03-21 Size : 6.15mb User : yzz413026

来自微软的api拦截库-from Microsoft interception for the api
Date : 2025-12-26 Size : 523kb User : 郑立宝

api钩子代码。-api hook code.
Date : 2025-12-26 Size : 143kb User : 姜志军

Windows API Hook 大揭密-Windows API Hook TERRY
Date : 2025-12-26 Size : 168kb User :

APIHOOK实例剖析 讲解了API HOOK 的一些知识-APIHOOK example on the analysis of the API knowledge HOOK
Date : 2025-12-26 Size : 6kb User : 不知道

const WM_UNSUBCLASS = WM_USER + 2001 //卸载子类化消息 WM_SENDDATA = WM_USER + 2003 //收到要发送新数据包的消息 type PMyDLLVar = ^TMyDLLVar //用来共享的内存数据结构 TMyDLLVar = record SubClass: Boolean //是否已经子类化 HookWindow, SpyWindow: LongWORD //要安装HOOK的窗口及用于接收消息的窗口 hHook: LongWORD //HOOK句柄 OldWndProc: pointer //旧的窗口过程 end-const WM_UNSUBCLASS = WM_USER 2001// Uninstall subclass of news WM_SENDDATA = WM_USER 2003// received new data to be sent information packets type PMyDLLVar = ^ TMyDLLVar// used to share memory data structure TMyDLLVar = record SubClass : Boolean// if the child class of HookWindow, SpyWindow : LongWORD// HOOK to install a window for receiving news and the window hHook : LongWORD// handle OldWndProc HOOK : pointer// old process end window
Date : 2025-12-26 Size : 194kb User : 黄春标

动态库注入器 1.0 功能:将一个动态库文件注入到一个正在运行的进程内. 应用:通过注入功能,可以实现对一个进程的api hook,比如写一个dll,然后hook socket api,然后注入到你想监视的进程,这样就能够用于网络数据包的分析了 -DLL injector 1.0 features : a dynamic library file is injected into a running process. Applications : by injecting function can be achieved on a process api hook, such as writing a dll, then hook socket api, and then injected into you want to watch the process so it can be used for network packet analysis of the
Date : 2025-12-26 Size : 49kb User : 阿东

DL : 0
api钩子 好像比较好用 具体没有看懂 代码还是比较完整的-api hook seems quite handy not understand the specific code or relatively complete
Date : 2025-12-26 Size : 23kb User :

自己写的API-Hook。hook的函数是CreateProcessA和CreateProcessW。就是说可以检测进程创建。还有2处不完善。一个是创建程序的路径没能很好的显示。另一个退出时有点系统异常。-himself wrote the API- Hook. The hook function is CreateProcessA and CreateProcessW. Say can detect the creation process. There are two imperfect. One is to establish procedures for the path failed to show good. Another system to pull out a bit unusual.
Date : 2025-12-26 Size : 139kb User : 林风

DL : 1
用VC++ Hook技术实现屏幕取词.它是利用调试技术编写成的API钩子。比起16位下传统的入口代码改写技术,它是没有多线程问题的,而且能够拦截LoadLibrary/GetProcAddress完成的API显式调用。-VC Hook Capture Characters from Screen Technology. It is testing the use of technology into the preparation of the API hook. Compared to the traditional 16 under the entrance to rewrite code technology, it is not multithreaded problems. and can intercept LoadLibrary/GetProcAddress completed API Explicit call.
Date : 2025-12-26 Size : 363kb User : tanglongsh

DL : 0
hook api hook api -hook api hook api hook api
Date : 2025-12-26 Size : 259kb User :

经典的API钩挂方法,源代码,使用模块导入函数地址代换法,稳定高效。-API hook hanging classic methods, the source code, use the module import function address substitution method, stable and efficient.
Date : 2025-12-26 Size : 3kb User : 李林

DL : 0
几种修改代码法 API hook 源代码-Several amendments to the code law API hook source code
Date : 2025-12-26 Size : 116kb User : lisa

DL : 0
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 other API, only a small change can be.
Date : 2025-12-26 Size : 209kb User : 林海波

DL : 0
API Hook基本原理和实现,钩子的特性-Basic principles and implementation of API Hook
Date : 2025-12-26 Size : 2.2mb User : lijun

1. Hook之前的准备工作之一。 在这个软件中,总共hook了15个native api 函数。他们分别是: ZwOpenKey , ZwClose, ZwQueryValueKey, ZwDeleteKey, ZwSetValueKey, ZwCreateKey, ZwDeleteValueKey. ZwEnumerateValueKey,ZwRestoreKey, ZwReplaceKey, ZwTerminateProcess, ZwSetSecurityObject, ZwCreateThread, ZwTerminateThread, ZwQuerySystemInformation-1. Hook one of the preparatory work before. In this software, a total of 15 native api hook function. They are: ZwOpenKey, ZwClose, ZwQueryValueKey, ZwDeleteKey, ZwSetValueKey, ZwCreateKey, ZwDeleteValueKey. ZwEnumerateValueKey, ZwRestoreKey, ZwReplaceKey, ZwTerminateProcess, ZwSetSecurityObject, ZwCreateThread, ZwTerminateThread, ZwQuerySystemInformation
Date : 2025-12-26 Size : 7kb User : wu

DL : 0
Api HOOK实例,一份非常棒的代码.可以帮助你了解api hook原理-Api HOOK instance, a great code. Can help you understand the principles of api hook
Date : 2025-12-26 Size : 117kb User : sunshinebean

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 compatible mode.)
Date : 2025-12-26 Size : 101kb User : 一只游鱼
« 12 3 4 5 6 7 8 9 10 ... 24 »
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.