-
本文(其实是随笔)和实例代码描述的内容主要包括:API拦截,消息钩子,枚举子窗体,注册系统热键。其中消息钩子、API拦截、枚举子窗体实现代码在dll中,注册系统...
本文(其实是随笔)和实例代码描述的内容主要包括:API拦截,消息钩子,枚举子窗体,注册系统热键。其中消息钩子、API拦截、枚举子窗体实现代码在dll中,注册系统热键代码实现在测试exe中,另外exe代码段还涉及自定义消息和系统栏图标。希望对你有用-paper (actually essay) and example code description of the contents include : API interception, news hook, except for the form, the registration system hotkey. Which news hook, API interception, except for Creating the dll code, the registration system hotkey implementation of the code in test exe, another source of exe from the definition also covers news and column system icon. Hope useful to you
- 2022-04-09 22:29:23下载
- 积分:1
-
利用消息钩子在系统进程插入线程的改进版本
利用消息钩子在系统进程插入线程的改进版本-use of information systems in the process of improving the threaded insert version
- 2022-05-27 04:51:11下载
- 积分: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
-
一个完整的登记的软件加认证码AutoIt
AutoIt的一个完整的给软件加注册认证的代码-AutoIt of a complete register to the software plus Authentication code
- 2022-04-15 02:11:32下载
- 积分:1
-
游戏双开工具,完美国际的3开 监控工具,可以直接3开游戏~
游戏双开工具,完美国际的3开 监控工具,可以直接3开游戏~
- 2022-06-20 21:24:38下载
- 积分:1
-
Internationally perfect hang Gaga perfect source linked under the attention of E...
完美国际挂机挂 完美加加 源码 注意下是E语言写的 选择开发环境没E随便选了个就-Internationally perfect hang Gaga perfect source linked under the attention of E are the choice of language development environment did not choose a E on the
- 2022-06-02 02:21:16下载
- 积分:1
-
APIHOOK 按键发音程序
APIHOOK 按键发音程序-APIHOOK pronunciation keys procedures
- 2022-03-07 07:08:38下载
- 积分:1
-
源代码技术示范包的完整完整性!
完整的API HOOK技术演示完整源代码包!-API HOOK complete integrity of the source code technology demonstration package!
- 2022-02-24 15:09:00下载
- 积分: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
-
vc实现Windows关机程序,可扩展定时功能
vc实现Windows关机程序,可扩展定时功能-vc Windows shutdown procedure, which can be expanded regular function
- 2022-04-19 07:51:32下载
- 积分:1