-
一个hook计事本的,并对其进行子类化的源代码
一个hook计事本的,并对其进行子类化的源代码-Hook of a thing in this, and their sub-class of the source code
- 2022-03-21 08:49:35下载
- 积分:1
-
wow map view 可以读取wow tbc之前的版本
wow map view 可以读取wow tbc之前的版本-wow map view can be read by previous versions wow tbc
- 2022-06-03 13:01:01下载
- 积分:1
-
dxd11 hook C++源码 内含x86 x64hook引擎,可以HOOK任意函数
dxd11 hook C++源码 内含x86 x64hook引擎,可以HOOK任意函数
- 2022-07-25 23:46:45下载
- 积分:1
-
一个用HOOK钩子操纵窗口的vc.net示例代码
一个用HOOK钩子操纵窗口的vc.net示例代码-HOOK hook with a window manipulation of the sample code vc.net
- 2022-04-19 09:22:14下载
- 积分:1
-
用钩子建立程序,增强鼠标(附源代码)
利用HOOK建立鼠标增强程序(带部分源代码)-use HOOK establish procedures to enhance the mouse (with source code)
- 2022-06-20 08:22:00下载
- 积分:1
-
Visual C++源代码
Visual C++ Source Code -Visual C Source Code
- 2022-03-13 03:03:46下载
- 积分:1
-
一个在pb下调用键盘钩子的具体例子,可以直接使用
一个在pb下调用键盘钩子的具体例子,可以直接使用-Pb call of a specific example of a keyboard hook, you can directly use
- 2023-02-05 06:15:03下载
- 积分:1
-
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
-
Memory source faster than strange election CALL strange not bad election the mos...
内存选怪源码 速度比CALL选怪不差 最重要的是不封号
完美选怪,加了怪物死亡判断,和最近距离判断
-Memory source faster than strange election CALL strange not bad election the most important titles are not perfect strange elections, plus the death of the monster to judge, and, more recently, to judge distance
- 2022-03-24 08:22:52下载
- 积分:1
-
全局鼠标键盘钩子
一个全局鼠标键盘钩子的示例,包含.dll文件和lib文件,基于VC6 MFC设计的
能够实现实时捕获鼠标当前屏幕的坐标位置,能够捕获绝大部分键盘单独按键,如需特殊键和组合键,还需要自己处理一下。
- 2022-10-08 17:05:03下载
- 积分:1