-
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
-
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
-
显示其他程序窗口标题,移动鼠标后会自动变化。
显示其他程序窗口标题,移动鼠标后会自动变化。-that other window title, moving the mouse will automatically change.
- 2023-06-11 04:20:03下载
- 积分:1
-
小程序,主要可以利用来检查按键的状态,记录下机子按过的键
小程序,主要可以利用来检查按键的状态,记录下机子按过的键-small program, can be used to check the status button, the machine recorded by the bond off
- 2022-03-24 01:19:08下载
- 积分:1
-
采用全局hook,可以获取屏幕上任一点的颜色
采用全局hook,可以获取屏幕上任一点的颜色-The use of global hook, can get his point color screen
- 2023-04-28 00:10:04下载
- 积分:1
-
针对windows的定时器,演示windows中的3种计时器使用方式,达到的精确程度...
针对windows的定时器,演示windows中的3种计时器使用方式,达到的精确程度-windows against the timer, which demonstrated windows of the three timer used in order to reach the level of precision
- 2022-11-01 17:20:03下载
- 积分:1
-
进程伪隐藏#.rar
进程伪隐藏#.rar- Advancement false hideaway# rar
- 2023-01-06 17:10:03下载
- 积分:1
-
一个简单的鼠标钩子程序源码,能帮助初学钩子编程的朋友了解钩子程序编写的基本套路...
一个简单的鼠标钩子程序源码,能帮助初学钩子编程的朋友了解钩子程序编写的基本套路-A simple mouse hook procedure source code, can help novice programming Friend hook hook programmers to understand the basic routines
- 2022-04-16 07:25:34下载
- 积分:1
-
定时琐住鼠标和键盘强制休息一段时间才解锁
定时琐住鼠标和键盘强制休息一段时间才解锁-regularly trifling live mouse and keyboard mandatory rest period before unlocking
- 2023-07-26 03:25:03下载
- 积分:1
-
该程序可以攫取金山词霸的编辑窗口的文本。
该程序可以攫取金山词霸的编辑窗口的文本。-the procedure can grab Kingsoft the text edit window.
- 2023-01-10 15:55:04下载
- 积分:1