-
关于WIN32 API的源代码:ps_exe
关于WIN32 API的源代码:ps_exe-WIN32 API:ps_exe
- 2022-04-21 23:48:13下载
- 积分:1
-
dll。
用来屏蔽键盘操作,可以指定要屏蔽的按键.
在vc6下完成...
dll。
用来屏蔽键盘操作,可以指定要屏蔽的按键.
在vc6下完成-dll. To shield the keyboard operation, which may be designated to shield the keys. Completed in vc6
- 2022-09-01 04:25:03下载
- 积分:1
-
键盘钩子,也可以称为音乐键盘,按键不同的声音,…
键盘勾子,也可叫做音乐键盘,不同的键发出不同的声音,没有用动态链接库-keyboard hook, can also be called music keyboard, the keys of different voices, no dynamic link library
- 2023-07-28 10:45:03下载
- 积分:1
-
E was a very nice plug
E写的征途外挂 很不错 用来学习 是棒的-E was a very nice plug-in for the journey of learning is the stick Dongdong
- 2022-03-03 00:10:45下载
- 积分:1
-
VB制作按HOME呼出窗体的源码,可修改成其他热键呼出使用
VB制作按HOME呼出窗体的源码,可修改成其他热键呼出使用-HOME exhaled VB form produced by the source can be modified into other hotkey exhaled use
- 2022-11-19 14:25:03下载
- 积分:1
-
一个非常有趣的软件,可以重现鼠标的一举一动,使用了HOOK
一个非常有趣的软件,可以重现鼠标的一举一动,使用了HOOK-a very interesting software, can be recreated every move of the mouse, using HOOK
- 2022-04-23 18:32:36下载
- 积分:1
-
MU 专用登陆器 (copy(StrPas(WndCaption),1,4)= 赤月 ) or (copy(StrPas(WndCaption),1,8)= 便...
MU 专用登陆器 (copy(StrPas(WndCaption),1,4)= 赤月 ) or (copy(StrPas(WndCaption),1,8)= 便宜奇迹 ) or (copy(StrPas(WndCaption),1,4)= 华人 )-MU dedicated landers (copy (StrPas (WndCaption), 1,4) = Chek) or (copy (StrPas (WndCaption), 1,8) = cheaper miracle) or (copy (StrPas (WndCaption), 1,4) = Chinese)
- 2022-01-25 14:29:39下载
- 积分:1
-
迷你单词含代码,可屏幕取词!
迷你单词含代码,可屏幕取词!- The miniature word contains the code, but the screen takes the
word!
- 2022-09-12 21:20:04下载
- 积分:1
-
log hooks, and a window activation record names and their corresponding keyboard...
日志钩子程序,记录激活的窗口名字及其相应的键盘操作。比单纯的键盘钩子好用-log hooks, and a window activation record names and their corresponding keyboard operation. Than purely utilitarian keyboard hook
- 2023-07-19 20:00:02下载
- 积分: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