-
const WM_UNSUBCLASS = WM_USER 2001// Uninstall subclass of news WM_SENDDATA = WM...
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
- 2022-01-22 14:30:21下载
- 积分:1
-
APIHOOK实例剖析 讲解了API HOOK 的一些知识
APIHOOK实例剖析 讲解了API HOOK 的一些知识-APIHOOK example on the analysis of the API knowledge HOOK
- 2022-08-05 12:08:33下载
- 积分:1
-
Hook到记事本的MessageBoxW函数
打开旧的记事本新输入几个字符,按新建就会看到HOOK的效果...
Hook到记事本的MessageBoxW函数
打开旧的记事本新输入几个字符,按新建就会看到HOOK的效果-Hook into Notepad MessageBoxW function of the old Notepad to open the importation of several new characters, according to a new you will see the effect HOOK
- 2022-08-11 19:59:35下载
- 积分:1
-
发个冒险岛无敌源代码供大家参考研究,希望对大家有点帮助!...
发个冒险岛无敌源代码供大家参考研究,希望对大家有点帮助!-issuing risky Island invincible source code for your reference, we hope that a bit of help!
- 2022-05-24 05:55:11下载
- 积分:1
-
COM组件编程,基于DLL的COM,从而可以使调用更加方便
COM组件编程,基于DLL的COM,从而可以使调用更加方便-The package programming of COM, on the basis of COM of DLL, thus can enable transfering it more convenient
- 2022-03-17 05:56:17下载
- 积分:1
-
MinHook - 简约实用的 x86/x64 API 钩子库
翻译 maninwest@Codeforge 作者Tsuda Kageyu @ Codeproject
背景
如果你对 Windows API Hook 感兴趣,你也一定知道 Microsoft Research 有个有名的库 - Detours。它非常有用,但是它的免费版本 (名为 "Express") 不支持 x64 位的环境。尽管商业版 (名为 "专业版") 支持 x64 位环境,但是它太贵了 -大约需要 US$10,000!
所以我决定自己从头写个 "poorman 的 Detours" 。我的库不是 Detours 的完美克隆,只是一个 API 钩子功能,因为这样就够用了。
到 2015 年1 月,此库已用于了一些项目中 : 7+ Taskbar Tweaker,Better Explorer, DxWnd, NonVisual Desktop Access, Open Broadcaster Software, QTTabBar, x360ce 等等。我很高兴发现这个库对人们有用。
使用库 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-02-25 14:18:29下载
- 积分:1
-
Delphi
Delphi-神迹挂机外挂脱机外挂源码是不是骗人的啊!我要下载!啊!-Delphi-miracle of outboard external offline external source is not a lie ah! I want to download! Ah!
- 2022-12-12 19:10:03下载
- 积分:1
-
VC实现的钩子程序设计,具体实现自己看代码吧,已通过运行测试!...
VC实现的钩子程序设计,具体实现自己看代码吧,已通过运行测试!-the hook program design, specific code can achieve it, by running test!
- 2023-02-24 15:10:03下载
- 积分:1
-
最近在做一个HOOK 进程创建的程序,用Ollydbg调试的时候发现了一个CreateProcessInternalA函数,我的程序启动进程最后调用这个函数...
最近在做一个HOOK 进程创建的程序,用Ollydbg调试的时候发现了一个CreateProcessInternalA函数,我的程序启动进程最后调用这个函数
创建了一个进程,调用顺序是CreateProcess --> CreateProcessA --> CreateProcessInternalA..于是首先想到了直接HOOK CreateProcessInternalA
这个API函数,这个函数有12个参数-HOOK to do recently in the process of creating a procedure, used when debugging Ollydbg found a CreateProcessInternalA function, my program starts the process of the final call to this function creates a process, called the order of CreateProcess
- 2023-05-08 20:30:03下载
- 积分:1
-
用shell的对ICopyHook对文件夹进行监控,在vc开发环境下,用ATL实现...
用shell的对ICopyHook对文件夹进行监控,在vc开发环境下,用ATL实现-shell on the right ICopyHook folder monitor, vc development environment, using ATL
- 2023-02-05 20:20:04下载
- 积分:1