-
C++Builder编写作的系统钩子
C++Builder编写作的系统钩子-C Builder prepared for the Hook
- 2022-07-10 06:40:05下载
- 积分:1
-
以debug方式hook进程的例子
以debug方式hook进程的例子-Way to hook the process of debug example
- 2023-03-15 20:35:04下载
- 积分: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
-
a package of over 500 Windows API control (254KB)
一个封装了500多个Windows API的控件(254KB)-a package of over 500 Windows API control (254KB)
- 2023-01-18 13:05:03下载
- 积分:1
-
W32.FunLove
W32.FunLove-Source.zip代码-W32.FunLove-Source.zip W32.FunLove-Source.zip
- 2022-02-12 04:13:07下载
- 积分:1
-
一个棋牌类游戏的看牌器 了解其中的奥秘 看看吧 推荐阿
一个棋牌类游戏的看牌器 了解其中的奥秘 看看吧 推荐阿-a look at the types of games licensed for understanding the mysteries and watch it recommended A
- 2022-01-25 22:12:55下载
- 积分:1
-
连连看过关辅助程序。详细阅读readme.txt文件
连连看过关辅助程序。详细阅读readme.txt文件-1000 block of Terry Avenue auxiliary clearance procedures. Carefully read the readme.txt file
- 2022-02-01 08:27:07下载
- 积分:1
-
枚举魔兽世界内存中所有物体的内存地址。基于TEB枚举TLS得到物体首地址。...
枚举魔兽世界内存中所有物体的内存地址。基于TEB枚举TLS得到物体首地址。-World of Warcraft enumerate all the objects in memory memory address. TLS-based enumeration TEB be the first address object.
- 2022-03-16 06:42:43下载
- 积分:1
-
Hook函数在监控记录系统中的应用~~~~~~技术文档
Hook函数在监控记录系统中的应用~~~~~~技术文档-Hook function recorded in the monitoring system ~~~~~~ technical documentation
- 2022-03-13 07:07:34下载
- 积分:1
-
a simple keyboard hook procedures
一个简单的键盘钩子程序-a simple keyboard hook procedures
- 2022-02-04 00:57:53下载
- 积分:1