-
Hook到记事本的MessageBoxW函数
打开旧的记事本新输入几个字符,按新建就会看到HOOK的效果...
Hook到记事本的MessageBoxW函数
打开旧的记事本新输入几个字符,按新建就会看到HOOK的效果-Hook into Notepad MessageBoxW function of the old Notepad to open the importation of several new characters, according to a new you will see the effect HOOK
- 2022-08-11 19:59:35下载
- 积分:1
-
上面代码的测试程序
上面代码的测试程序 -The test app for above code
- 2022-05-21 09:44:51下载
- 积分:1
-
Global hook procedures, is a global keyboard hook, realize the keyboard input of...
全局钩子程序,是一个全局的键盘钩子,实现了对键盘输入的HOOK-Global hook procedures, is a global keyboard hook, realize the keyboard input of the HOOK
- 2023-04-19 03:05:04下载
- 积分:1
-
利用钩子实现对IE上网记录的跟踪,代码完全,编译后对生成的插件注册到系统后就可以使用...
利用钩子实现对IE上网记录的跟踪,代码完全,编译后对生成的插件注册到系统后就可以使用-Realize the use of hooks on the IE上网record tracking, code complete, the compiler generated after the register to the system after plug-ins can use the
- 2022-08-07 11:21:35下载
- 积分:1
-
利用WH_GETMESSAGE钩子屏蔽WM_TIMER计时器
利用WH_GETMESSAGE钩子屏蔽WM_TIMER计时器-use WH_GETMESSAGE hook shielding Could timer
- 2023-03-13 17:15:03下载
- 积分:1
-
使用全局钩子实现的按键信息,可用于工控场合
使用全局钩子实现的按键信息,可用于工控场合- Uses pressed key information which the overall situation clasp
realizes, may use in the labor to control the situation
- 2022-11-28 16:40:03下载
- 积分:1
-
一个功能强大的dll文件,试试看吧,有点意思,相信你们会满意的/...
一个功能强大的dll文件,试试看吧,有点意思,相信你们会满意的/
- 2023-03-09 08:55: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
-
输入法编程例子,使用三种方法实现系统钩子
输入法编程例子,使用三种方法实现系统钩子-Input Method programming examples, using three methods for system hook
- 2022-06-12 12:15:10下载
- 积分:1
-
二级分组源
天堂II封包源码-Lineage II packet source
- 2022-04-30 01:20:45下载
- 积分:1