-
使用一个全局的Hook,实现应用程序的独占使用。
使用一个全局的Hook,实现应用程序的独占使用。-The use of a global Hook, to achieve the application" s exclusive use.
- 2022-06-29 23:15:19下载
- 积分:1
-
AutoIt remote injection of self
AutoIt进行远程注入的自定义函数(UDF)-AutoIt remote injection of self-defined function (UDF)
- 2023-08-06 23:15:03下载
- 积分: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
-
这是个键盘钩子演示的动态库,实现对ALT+F4的控制。设置被控制的窗口,然后这个窗口的ALT+F4将被接管。...
这是个键盘钩子演示的动态库,实现对ALT+F4的控制。设置被控制的窗口,然后这个窗口的ALT+F4将被接管。-This is a keyboard hook DLL demonstrated to achieve control of ALT F4. Settings are controlled by the window, and then the window ALT F4 will be taken over.
- 2022-02-24 21:54:09下载
- 积分:1
-
HOOKAPI 1.63演示
HookAPI 1.63 demo
- 2022-05-17 14:06:49下载
- 积分:1
-
看看武林外传117 是如何调用call函数的
看看武林外传117 是如何调用call函数的-Take a look at how the Wulin 117 call call the function
- 2022-09-14 00:55:03下载
- 积分:1
-
很简单的c++做system hook的例子,值得参考
很简单的c++做system hook的例子,值得参考-Very simple c++ example of making system hook, is worth consulting
- 2022-01-26 02:09:15下载
- 积分:1
-
通过例子介绍了Windows系统服务调用的基本知识及Hook SSDT的方法...
通过例子介绍了Windows系统服务调用的基本知识及Hook SSDT的方法-by example on the Windows system service called the basic knowledge and methods Hook SSDT
- 2022-03-06 15:32:17下载
- 积分:1
-
多个钩子教程,动态链接库,适合初学者多个钩子教程,动态链接库,适合初学者...
多个钩子教程,动态链接库,适合初学者多个钩子教程,动态链接库,适合初学者-Multiple hook tutorial, dynamic link library, suitable for beginners tutorial multiple hooks, dynamic link library, suitable for beginners
- 2022-10-28 13:25: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