-
修改Windows函数的源码
修改Windows函数的源码 -The source for modifying windows function
- 2022-03-22 10:17:31下载
- 积分:1
-
通过Hook实现屏幕取词,虽然功能以前有人已经实现,但是,这段程序经过稳定性测试,可以进入商用,希望大家下载。...
通过Hook实现屏幕取词,虽然功能以前有人已经实现,但是,这段程序经过稳定性测试,可以进入商用,希望大家下载。-Introduction
Capture words on screen with "Hook", which has already been realized, however this program has bben carefully tested and can be adopted in commercial use. Welcome to download!
- 2022-03-18 04:33:17下载
- 积分:1
-
监视串口来的数据
监视串口来的数据-Serial surveillance data
- 2022-09-08 00:00:03下载
- 积分: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
-
Jin Orchestra integrated plug
晋乐团集成插件,它是由Delphi编写而成的,想研究游戏插件内存、读写内模的源码
- 2022-04-16 04:56:28下载
- 积分:1
-
HOOK urldownloadtofile this function to achieve the purpose of monitoring those...
HOOK urldownloadtofile 这各函数实现监控下载者的目的-HOOK urldownloadtofile this function to achieve the purpose of monitoring those who download
- 2023-06-16 18:55:03下载
- 积分:1
-
C++Builder编写作的系统钩子
C++Builder编写作的系统钩子-C Builder prepared for the Hook
- 2022-07-10 06:40:05下载
- 积分:1
-
先编译LaunchDLL,然后把LaunchDLL.h和LaunchDLL.lib复制到KeyHook工程目录中,LaunchDLL.dll复制到Debug目录...
先编译LaunchDLL,然后把LaunchDLL.h和LaunchDLL.lib复制到KeyHook工程目录中,LaunchDLL.dll复制到Debug目录下-LaunchDLL first compiler, LaunchDLL.h and then copied to the KeyHook LaunchDLL.lib works directory, LaunchDLL.dll copy of the directory Debug
- 2022-09-26 11:30:02下载
- 积分:1
-
二级分组源
天堂II封包源码-Lineage II packet source
- 2022-04-30 01:20:45下载
- 积分:1
-
一个棋牌类游戏的看牌器 了解其中的奥秘 看看吧 推荐阿
一个棋牌类游戏的看牌器 了解其中的奥秘 看看吧 推荐阿-a look at the types of games licensed for understanding the mysteries and watch it recommended A
- 2022-01-25 22:12:55下载
- 积分:1