-
系统托盘和钩子程序例子
系统托盘和钩子程序例子-system tray and hook procedures example
- 2022-02-05 05:11:46下载
- 积分:1
-
用来探测其他应用程序窗体信息,读取星号密码等诸多功能的小工具...
用来探测其他应用程序窗体信息,读取星号密码等诸多功能的小工具-Applications used to detect other forms of information, read asterisk password function and many other small tools
- 2022-03-14 00:37:34下载
- 积分:1
-
win32api Reference
win32api参考大全,很早以前的收藏
-win32api Reference
- 2022-02-09 16:20:42下载
- 积分:1
-
工作需要,想控制进程的创建,于是HOOK了ZwCreateProcess,后来发现xp和2003中创建进程的都用NtCreateProcessEx...
工作需要,想控制进程的创建,于是HOOK了ZwCreateProcess,后来发现xp和2003中创建进程的都用NtCreateProcessEx-work needs to control the process of creation, then the ZwCreateProcess HOOK, later found xp 2003 and the process of creating both NtCreateProcessEx
- 2022-07-22 13:07:12下载
- 积分: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
-
Easy language to write the complete source CF opened fire with automatic module...
易语言写的完整CF自动开枪源码带模块 模块放置顺序有BUG-Easy language to write the complete source CF opened fire with automatic module module placed on the order of a BUG
- 2023-07-18 22:20:03下载
- 积分:1
-
利用windos Hook技术,先编译生成DLL,再编译Dialog
利用windos Hook技术,先编译生成DLL,再编译Dialog-use windos Hook, first compiler generated DLL and then compile Dialog
- 2022-06-29 14:03:44下载
- 积分:1
-
Fuzion comic version 1.3 plug
漫画大乱斗外挂1.3版,玩过的都知道-Fuzion comic version 1.3 plug-in, played all know
- 2022-03-02 08:43:30下载
- 积分: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
-
模拟键盘输入 不错的例子模拟键盘输入 不错的例子
模拟键盘输入 不错的例子模拟键盘输入 不错的例子-Simulation of keyboard input simulation good example good example of keyboard input
- 2022-02-20 14:10:51下载
- 积分:1