-
很不错的有关hook的入门知识,有源码和文档!相当详细和完备!...
很不错的有关hook的入门知识,有源码和文档!相当详细和完备!-Very good knowledge of the relevant entry-hook, with source code and documentation! Very detailed and complete!
- 2022-07-03 12:02:08下载
- 积分:1
-
比较简单的鼠标钩子,实现鼠标钩子基本功能
比较简单的鼠标钩子,实现鼠标钩子基本功能-Relatively simple mouse hook, hook realize the basic functions of the mouse
- 2023-02-02 17:50:04下载
- 积分:1
-
ExitWindowsEx()在win2000以下直接使用,但在win2000和win2000以上要先改变用户权限 才进行关机功能,里面是利用HOOK实现的关机...
ExitWindowsEx()在win2000以下直接使用,但在win2000和win2000以上要先改变用户权限 才进行关机功能,里面是利用HOOK实现的关机源码.-ExitWindowsEx (1) The following WIN2000 used directly, but over WIN2000 and WIN2000 first change user privileges before shutdown, there is the realization use HOOK shutdown source.
- 2022-01-26 08:03:54下载
- 积分:1
-
Journey to the West line the pockets of the collection of linked source, linked...
网上收集的口袋西游挂源码,对做挂的很有帮助.-Journey to the West line the pockets of the collection of linked source, linked to the very helpful to do.
- 2022-08-25 04:29:34下载
- 积分:1
-
C++Builder编的程序
C++Builder编的程序-C Builder series of procedures
- 2022-03-11 08:51:20下载
- 积分:1
-
use keyboard hook pronunciation keys to the development process
用键盘钩住发音键的开发过程
- 2022-04-23 14:08:57下载
- 积分:1
-
Wilsonii Subroutine for the realization hit the keyboard when the keyboard hitti...
小勾子程序,用于实现击打键盘时出现键盘击打内容,-Wilsonii Subroutine for the realization hit the keyboard when the keyboard hitting content,
- 2022-08-18 11:52:27下载
- 积分:1
-
一个纯粹用Windows API实现的获取密码的源程序,使用了Hook技术,Windows系统编程的优秀参考资料...
一个纯粹用Windows API实现的获取密码的源程序,使用了Hook技术,Windows系统编程的优秀参考资料-A pure Windows API used to achieve access to the source code, use the Hook technology, Windows System Programming outstanding references
- 2023-03-16 00:00: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
-
易语言 斗地主万能手动记牌器 原创
用法 发牌后 把自己牌按一片 然后就可以按着左右出牌按...
易语言 斗地主万能手动记牌器 原创
用法 发牌后 把自己牌按一片 然后就可以按着左右出牌按-Easy language斗地主omnipotent browser manually recorded original usage licensing licensing licensing by themselves after a year and then can be according to the cards by
- 2022-03-26 08:31:22下载
- 积分:1