-
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
-
一个hook计事本的,并对其进行子类化的源代码
一个hook计事本的,并对其进行子类化的源代码-Hook of a thing in this, and their sub-class of the source code
- 2022-03-21 08:49:35下载
- 积分:1
-
E语言写的,忘记是哪一个版本用的了,完美国际用。
E语言写的,忘记是哪一个版本用的了,完美国际用。-E language, and forget which version of a perfect international use.
- 2022-05-14 06:22:21下载
- 积分:1
-
剪切板监视的hook,代码简明,功能当然也简单咯,可以做学习hook的好例子,有vb和vc++的源码...
剪切板监视的hook,代码简明,功能当然也简单咯,可以做学习hook的好例子,有vb和vc++的源码-Clipboard monitor hook, code simplicity, of course, a simple function pyronaridine, you can learn to do hook a good example of vb and have vc++ The source
- 2022-10-27 06:45:03下载
- 积分:1
-
一个建立系统钩子的例子
一个建立系统钩子的例子- An establishment system clasp example
- 2022-01-25 17:47:44下载
- 积分:1
-
cfwoniu
蜗牛透视源码,大家可以看一看.一些模块都是常用的,大家可以去找下-cfwoniu
- 2022-04-07 13:34:38下载
- 积分:1
-
一个利用Aob进行全自动指针pointer和address 搜索的很好例子. 不必担心游戏的升级....
一个利用Aob进行全自动指针pointer和address 搜索的很好例子. 不必担心游戏的升级.-AOB for a use of automatic address pointer pointer and a good example of english. Do not worry about the escalation of the game.
- 2022-01-20 22:37:30下载
- 积分:1
-
利用钩子实现对IE上网记录的跟踪,代码完全,编译后对生成的插件注册到系统后就可以使用...
利用钩子实现对IE上网记录的跟踪,代码完全,编译后对生成的插件注册到系统后就可以使用-Realize the use of hooks on the IE上网record tracking, code complete, the compiler generated after the register to the system after plug-ins can use the
- 2022-08-07 11:21:35下载
- 积分:1
-
d3d8 hook 魔兽争霸写屏
d3d8 hook 魔兽争霸写屏 该示例以魔兽争霸3 为演示。
- 2022-01-27 16:41:42下载
- 积分:1
-
全局键盘和鼠标的Hook,用于监视鼠标和键盘事件.本代码用VB.net 2008完成....
全局键盘和鼠标的Hook,用于监视鼠标和键盘事件.本代码用VB.net 2008完成.-The overall situation of the keyboard and mouse Hook, used to monitor mouse and keyboard events. VB.net 2008 with the code completion.
- 2022-12-08 16:45:03下载
- 积分:1