-
a simple keyboard hook procedures
一个简单的键盘钩子程序-a simple keyboard hook procedures
- 2022-02-04 00:57:53下载
- 积分:1
-
利用消息钩子在系统进程插入线程的改进版本
利用消息钩子在系统进程插入线程的改进版本-use of information systems in the process of improving the threaded insert version
- 2022-05-27 04:51:11下载
- 积分:1
-
一个记录鼠标动作的小东西
一个记录鼠标动作的小东西- A record mouse movement small thing
- 2022-07-06 22:23:04下载
- 积分:1
-
Web
网游-仙境传说Ro内挂ROA3.40,Vc6编译.-Web-Ro legends of the fairy within pegged ROA3.40, Vc6 compiler.
- 2022-03-03 14:57:04下载
- 积分:1
-
捕获鼠标和键盘动作,捕捉结果可以保存为文本形式…
捕捉鼠标和键盘动作,捕捉结果可以保存为文本格式,可以编辑,可以回放。-Capture mouse and keyboard action, to capture results can be saved as text format, you can edit, you can playback.
- 2022-05-18 07:34:48下载
- 积分: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
-
api钩子
好像比较好用
具体没有看懂
代码还是比较完整的...
api钩子
好像比较好用
具体没有看懂
代码还是比较完整的-api hook seems quite handy not understand the specific code or relatively complete
- 2022-01-30 10:32:43下载
- 积分:1
-
Windows API Hook 大揭密
Windows API Hook 大æå¯†-Windows API Hook TERRY
- 2022-11-28 03:20:04下载
- 积分:1
-
wsock32 hook code
wsock32 hook code
- 2022-05-22 21:31:04下载
- 积分:1
-
键盘和鼠标钩子DLL源代码,可以显示在任何程序…
键盘鼠标钩子源代码,DLL,可以任何程序挂上就可以用,可用与记录键盘信息-keyboard and mouse hook source code, DLL, can be displayed on any procedure can be used, the available information and records keyboard
- 2022-01-26 17:03:38下载
- 积分:1