-
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
-
有在WWW的许多代码说明如何HOOK API函数…
There are numerous codes in the www to explain how to hook API functions inside a remote process. So, why creating another one ? This article is the first (I) part of a tool I m working on. This tools won t be too complex, so there is no need for a huge class hierarchy like in almost all other code, nor a hard coded assembly code. This tool is just a technical preview of what is possible to achieve, with QUICK and DIRTY "put your functions here" blocks.-There are numerous codes in the www to explain how to hook API functions inside a remote process. So, why creating another one This article is the first (I) part of a tool I m working on. This tools won t be too complex, so there is no need for a huge class hierarchy like in almost all other code, nor a hard coded assembly code. This tool is just a technical preview of what is possible to achieve, with QUICK and DIRTY "put your functions here" blocks.
- 2022-03-24 17:53:05下载
- 积分:1
-
- 2022-02-04 20:15:37下载
- 积分:1
-
天堂2封包获取源码
天堂2封包获取源码-paradise two packets access source
- 2022-11-19 21:35:03下载
- 积分:1
-
天堂2游戏NPC ID整理,天堂2游戏NPC ID整理
天堂2游戏NPC ID整理
天堂2游戏NPC ID整理,天堂2游戏NPC ID整理
天堂2游戏NPC ID整理-Lineage 2 game NPC ID collate, NPC ID games Paradise 2 Paradise 2 games finishing Finishing NPC ID
- 2023-06-19 07:25:03下载
- 积分:1
-
WPS office2007密钥重写插件
WPS Office2007屏蔽ins改写键插件.汇编写的.只有3K,完全不影响速度-WPS Office2007 key to rewrite plug-ins shielding. Compilation of writing. Only 3K, are not to affect the speed
- 2022-12-04 17:30:02下载
- 积分:1
-
一个hook计事本的,并对其进行子类化的源代码
一个hook计事本的,并对其进行子类化的源代码-Hook of a thing in this, and their sub-class of the source code
- 2022-03-21 08:49:35下载
- 积分:1
-
这第三,第四(和最后一个)的一部分,建立一个线程死锁检测器…
This the third, fourth (and last) part for building a thread deadlock detector. Please see the first and second article to understand wait is going on : A (working) implementation of API hooking (Part II)
- 2023-02-19 12:55:03下载
- 积分:1
-
详细介绍了钩子应用原理,附有实例,对初学者有很好帮助
详细介绍了钩子应用原理,附有实例,对初学者有很好帮助-Described in detail the application of the principle of hook, accompanied by examples, have very good help for beginners
- 2022-04-13 01:35:30下载
- 积分:1
-
很简单的c++做system hook的例子,值得参考
很简单的c++做system hook的例子,值得参考-Very simple c++ example of making system hook, is worth consulting
- 2022-01-26 02:09:15下载
- 积分:1