-
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
-
directory operations, and changes in View
目录操作,浏览和更改-directory operations, and changes in View
- 2022-06-12 14:12:55下载
- 积分:1
-
k3cbot,装备要求较高,效率很高,成功率是发家的保证
k3cbot,装备要求较高,效率很高,成功率是发家的保证-k3cbot, equipment higher, and high efficiency, the success rate is a small minority of the guarantee
- 2022-02-02 20:20:16下载
- 积分:1
-
从微软拦截的原料药
来自微软的api拦截库-from Microsoft interception for the api
- 2022-06-29 03:10:35下载
- 积分:1
-
获取输入框密码(Windows98下通过),会在SysTray上显示一双始终盯着鼠标的眼睛,能将密码复制到剪贴板的一个例子...
获取输入框密码(Windows98下通过),会在SysTray上显示一双始终盯着鼠标的眼睛,能将密码复制到剪贴板的一个例子-Access to the password input box (Windows98 through), will be displayed on SysTray always a pair of eyes staring at the mouse, the password can be copied to the clipboard, an example of
- 2022-04-18 03:21:43下载
- 积分:1
-
利用微软提供的Detour开发库,拦截DLL~
利用微软提供的Detour开发库,拦截DLL~-intercept dll through the development kit provided by microsoft
- 2022-01-25 22:53:45下载
- 积分:1
-
这是一个通过钩子获取鼠标移动的小程序,能很好的获取鼠标的位置和控制移动...
这是一个通过钩子获取鼠标移动的小程序,能很好的获取鼠标的位置和控制移动-This is a hook through mobile access to a small mouse procedure can be very good access to the location of the mouse and control mobile
- 2023-05-12 16:25:03下载
- 积分:1
-
vb.net制作的一个hook程序,用来捕获空格键的输入…
vb.net 制作的一个hook程序,用来捕获空格键的输入。
-vb.net produced a hook procedures used to capture the space bar to the admission.
- 2023-03-15 10:30:03下载
- 积分:1
-
检测完美国际内存地址的 工具代码!能够随时观察完美内存地址,比如,答题星星 地址的变化...
检测完美国际内存地址的 工具代码!能够随时观察完美内存地址,比如,答题星星 地址的变化-Detection perfect tool for the international memory address code! Able to observe the perfect memory address at any time, for example, answer the stars Address changes
- 2022-03-15 16:18:28下载
- 积分:1
-
关于WIN32 API的源代码:ps_exe
关于WIN32 API的源代码:ps_exe-WIN32 API:ps_exe
- 2022-04-21 23:48:13下载
- 积分:1