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

关于API HOOK拦截封包原理-on API intercept packets principle HOOK
Update : 2008-10-13 Size : 2.78kb Publisher : 周卢

通过全局API HOOK ,禁止允许修改系统日期时间


Update : 2008-10-16 Size : 1.62mb Publisher : ccie2002

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

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

来自微软的api拦截库-from Microsoft interception for the api
Update : 2025-02-17 Size : 523kb Publisher : 郑立宝

制作API钩子,截获API的源码-production API hook to intercept the source API
Update : 2025-02-17 Size : 172kb Publisher : 何心

近日由于需求问题,需要写一个 API Hook 相关的东西,温习了一下牛写的《Windows 核心编程》,做了一个小工具,用来将自定义的 Dll 注入进程空间,并钩住指定 API 函数,关于注入和钩 API 的代码,牛的书里和配套光盘中已经有了,这里主要介绍如何使用这个小工具方便实现截获 API 的功能。(补充代码)-recent demand, the need to write an API Hook related things, a study was made about the cattle "Windows core programming" and made a small tool, used to customize the process Dll into space and hooked designated API function, and on the hook into the API code, cattle book and matching discs have here mainly on how to use this tool to facilitate the achievement of small intercepted API functions. (Supplementary code)
Update : 2025-02-17 Size : 104kb Publisher : 京用

api钩子代码。-api hook code.
Update : 2025-02-17 Size : 143kb Publisher : 姜志军

API钩子APIHOOK 2.0 源代码-API hook APIHOOK 2.0 source code
Update : 2025-02-17 Size : 91kb Publisher : sj

关于API HOOK拦截封包原理-on API intercept packets principle HOOK
Update : 2025-02-17 Size : 3kb Publisher : 周卢

API Hook的源代码文件 大家一定想剥除钩子函数的神秘感吧 请下载-Hook API source code file that you want to hook function stripped the mysterious flu Download it
Update : 2025-02-17 Size : 17kb Publisher : 冯彬

Windows API Hook 大揭密-Windows API Hook TERRY
Update : 2025-02-17 Size : 168kb Publisher :

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
Update : 2025-02-17 Size : 194kb Publisher : 黄春标

DL : 0
几种修改代码法 API hook 源代码-Several amendments to the code law API hook source code
Update : 2025-02-17 Size : 116kb Publisher : 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.
Update : 2025-02-17 Size : 209kb Publisher : 林海波

DL : 0
API Hook基本原理和实现,钩子的特性-Basic principles and implementation of API Hook
Update : 2025-02-17 Size : 2.2mb Publisher : 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
Update : 2025-02-17 Size : 7kb Publisher : wu

DL : 0
Api HOOK实例,一份非常棒的代码.可以帮助你了解api hook原理-Api HOOK instance, a great code. Can help you understand the principles of api hook
Update : 2025-02-17 Size : 117kb Publisher : 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.)
Update : 2025-02-17 Size : 101kb Publisher : 一只游鱼
« 12 3 4 5 6 7 8 9 10 ... 40 »
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.