-
以debug方式hook进程的例子
以debug方式hook进程的例子-Way to hook the process of debug example
- 2023-03-15 20:35:04下载
- 积分:1
-
爱护水浮莲哈 撒酒风撒酒风 金粟兰大家勒克司;大家 六十九立刻电视机 是, 胜利咔叽...
爱护水浮莲哈 撒酒风撒酒风 金粟兰大家勒克司;大家 六十九立刻电视机 是, 胜利咔叽-love wine liquor wind scattered wind Chloranthus lux for everyone; We immediately TV 69, the victory code
- 2022-07-09 22:42:31下载
- 积分:1
-
一个非常有趣的软件,可以重现鼠标的一举一动,使用了HOOK
一个非常有趣的软件,可以重现鼠标的一举一动,使用了HOOK-a very interesting software, can be recreated every move of the mouse, using HOOK
- 2022-04-23 18:32:36下载
- 积分:1
-
利用WH_GETMESSAGE钩子屏蔽WM_TIMER计时器
利用WH_GETMESSAGE钩子屏蔽WM_TIMER计时器-use WH_GETMESSAGE hook shielding Could timer
- 2023-03-13 17:15:03下载
- 积分:1
-
第三章误差的基本概念和数值计算…
本章只介绍了误差的基本概念和数值计算的若干原则,这对处理数值计算问题是必需的,但是仅这些还远远不能解决工程和科学计算中更为复杂的误差分析问题,还需专门分门别类地进行研究。-chapter on the error only the basic concept and numerical calculation of certain principles, which deal with numerical calculation is necessary, but they are far from alone will not solve engineering and scientific calculations more complex error analysis, specialized categories needed to conduct research.
- 2022-08-05 20:50:13下载
- 积分:1
-
很不错的有关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
-
Windows系统钩子编程示例,包括鼠标、键盘的系统钩子!
Windows系统钩子编程示例,包括鼠标、键盘的系统钩子!-Windows Hook programming examples, including the mouse, keyboard system hook!
- 2022-03-29 03:05:13下载
- 积分: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
-
本程序可以通过hook实现模拟键盘和鼠标的操作
本程序可以通过hook实现模拟键盘和鼠标的操作-this procedure can be simulated to achieve hook keyboard and mouse operation
- 2022-07-08 15:49:44下载
- 积分:1
-
VBHOOK API的例子很经典大家下载吧
VBHOOK API的例子很经典大家下载吧-VBHOOK API is a classic example of everyone to download it
- 2023-01-27 22:50:03下载
- 积分:1