-
一个利用Aob进行全自动指针pointer和address 搜索的很好例子. 不必担心游戏的升级....
一个利用Aob进行全自动指针pointer和address 搜索的很好例子. 不必担心游戏的升级.-AOB for a use of automatic address pointer pointer and a good example of english. Do not worry about the escalation of the game.
- 2022-01-20 22:37:30下载
- 积分:1
-
Delphi中的StringGrid,Hook其他程序的StringGrid的内容
Delphi中的StringGrid,Hook其他程序的StringGrid的内容-the StringGrid Delphi, Hook other procedures StringGrid content
- 2022-03-21 14:58:07下载
- 积分:1
-
Adventure Island
冒险岛-蓝色的VB原码-Adventure Island- blue VB source
- 2022-10-01 07:45:03下载
- 积分:1
-
一个简单的源码,没什么特别的,自己慢慢研究吧,不知道怎么介绍了...
一个简单的源码,没什么特别的,自己慢慢研究吧,不知道怎么介绍了-A simple source, nothing special, its own research it slowly, do not know how to introduce the
- 2022-08-18 22:36:14下载
- 积分:1
-
这是一个用vc实现的有关消息捕捉的程序,可一得到鼠标的位置及键盘的按下情况...
这是一个用vc实现的有关消息捕捉的程序,可一得到鼠标的位置及键盘的按下情况-This is a realization of the vc used the news of the capture, may be a position of the mouse and keyboard of the press
- 2022-08-10 14:09:36下载
- 积分: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
-
多个钩子教程,动态链接库,适合初学者多个钩子教程,动态链接库,适合初学者...
多个钩子教程,动态链接库,适合初学者多个钩子教程,动态链接库,适合初学者-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
-
利用WH_GETMESSAGE钩子屏蔽WM_TIMER计时器
利用WH_GETMESSAGE钩子屏蔽WM_TIMER计时器-use WH_GETMESSAGE hook shielding Could timer
- 2023-03-13 17:15:03下载
- 积分:1
-
一个非常有趣的软件,可以重现鼠标的一举一动,使用了HOOK
一个非常有趣的软件,可以重现鼠标的一举一动,使用了HOOK-a very interesting software, can be recreated every move of the mouse, using HOOK
- 2022-04-23 18:32:36下载
- 积分:1
-
C#(winform) 实现hook 剪切板工具
应用背景winfrom 实现剪切板历史工具,运行exe,“win”+“·” 唤出主窗体 开始监视 ,自动记录Ctrl+C、X 剪切的所有数据, “win”+“←“调出剪切板历史记录 上下键选择要粘贴的文本 Ctrl+V 使用剪切板记录文本关键技术
//将非持久性数据置于系统剪贴板中。
Clipboard.SetDataObject("这条信息置于剪切板中,相当于Ctrl+C");
//获取剪切板中文本格式的内容,相当于Ctrl+V(不过如果剪切板中的内容不是文本格式就返回空字符串)
string message =
Convert.ToString(Clipboard.GetDataObject().GetData(DataFormats.Text));
System.Windows.Forms 命名空间
Clipboard 类
Clipboard 成员
提供将数据置于系统剪贴板中以及从中检索数据的方法。无法继承此类。
方法
名称
说明
Clear
从剪贴板中移除所有数据。
ContainsAudio
- 2023-06-12 20:05:09下载
- 积分:1