-
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中接收、处理托盘的消息(双击、单击、左键、右 键)...
怎样在VB中接收、处理托盘的消息(双击、单击、左键、右 键)-怎样在VB中 ?邮???
- 2022-02-22 08:21:52下载
- 积分:1
-
Dll injector all the complete function. You can change program speed by open exe...
Dll注入器的所有完整功能。你可以通过打开exe文件或注入一个进程来改变程序速度,类似于speederXp,内置vc6无错误无警告。Msn:fatalfeel@hotmail.com
- 2022-03-25 12:09:21下载
- 积分:1
-
Hook函数在监控记录系统中的应用~~~~~~技术文档
Hook函数在监控记录系统中的应用~~~~~~技术文档-Hook function recorded in the monitoring system ~~~~~~ technical documentation
- 2022-03-13 07:07:34下载
- 积分:1
-
AutoIt remote injection of self
AutoIt进行远程注入的自定义函数(UDF)-AutoIt remote injection of self-defined function (UDF)
- 2023-08-06 23:15:03下载
- 积分:1
-
模拟键盘输入 不错的例子模拟键盘输入 不错的例子
模拟键盘输入 不错的例子模拟键盘输入 不错的例子-Simulation of keyboard input simulation good example good example of keyboard input
- 2022-02-20 14:10:51下载
- 积分:1
-
ActiveX+Dll制作全局键盘鼠标钩子
ActiveX+Dll制作全局键盘鼠标钩子
全局键盘鼠标钩子全局键盘鼠标钩子
- 2022-09-05 00:55:03下载
- 积分:1
-
实现了简单的记录键盘事件到文件中,键盘钩子
实现了简单的记录键盘事件到文件中,键盘钩子-Records of the realization of a simple keyboard events to a file, the keyboard hook
- 2022-03-25 09:44:48下载
- 积分:1
-
查询钩子,sets the registry value for Search Engine
查询钩子,sets the registry value for Search Engine-inquiries hook, sets the registry value for Search Engine
- 2022-05-13 12:26:15下载
- 积分:1
-
一个控制计算器操作的小程序 简单的实现控制另一个程序 学辅助工具必看的入门级例子...
一个控制计算器操作的小程序 简单的实现控制另一个程序 学辅助工具必看的入门级例子-Operation of a control calculator applet realize simple control study aids another program must-see example of entry-level
- 2022-03-10 23:36:18下载
- 积分:1