-
这是一个通过钩子获取鼠标移动的小程序,能很好的获取鼠标的位置和控制移动...
这是一个通过钩子获取鼠标移动的小程序,能很好的获取鼠标的位置和控制移动-This is a hook through mobile access to a small mouse procedure can be very good access to the location of the mouse and control mobile
- 2023-05-12 16:25:03下载
- 积分:1
-
Professional Rootkits学习
Professional Rootkits学习
-Professional Rootkits learning
- 2022-07-24 17:26:33下载
- 积分:1
-
钩子应用,Windows屏幕或窗口截图
钩子应用,Windows屏幕或窗口截图
-Hook use, Windows or window screen shots
- 2022-01-23 10:24:11下载
- 积分:1
-
Internationally perfect hang Gaga perfect source linked under the attention of E...
完美国际挂机挂 完美加加 源码 注意下是E语言写的 选择开发环境没E随便选了个就-Internationally perfect hang Gaga perfect source linked under the attention of E are the choice of language development environment did not choose a E on the
- 2022-06-02 02:21:16下载
- 积分:1
-
安装一个鼠标钩子 40K
安装一个鼠标钩子 40K- Installs mouse clasp 40K
- 2022-08-16 05:18:33下载
- 积分: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
-
一个对优盘进行监控的源码,已经调试过,没有什么问题,仅供大家参考,看看。...
一个对优盘进行监控的源码,已经调试过,没有什么问题,仅供大家参考,看看。-USB filter.
- 2022-03-11 06:24:21下载
- 积分:1
-
千年服务端地图转换readmap
千年服务端地图转换readmap-Millennium Map-conversion services readmap
- 2022-03-04 20:43:14下载
- 积分:1
-
This source provide the way to hook your keyboard.
全局键盘钩子,可以监控你所有的键盘操作,允许后台监控,用于热键功能的调用-This source provide the way to hook your keyboard.
- 2022-10-21 17:20:03下载
- 积分:1
-
这第三,第四(和最后一个)的一部分,建立一个线程死锁检测器…
This the third, fourth (and last) part for building a thread deadlock detector. Please see the first and second article to understand wait is going on : A (working) implementation of API hooking (Part II)
- 2023-02-19 12:55:03下载
- 积分:1