-
C#钩子使用的源码
C#钩子使用的源码-C# using the hook-source
- 2022-01-26 04:20:33下载
- 积分:1
-
vb.net制作的一个hook程序,用来捕获空格键的输入…
vb.net 制作的一个hook程序,用来捕获空格键的输入。
-vb.net produced a hook procedures used to capture the space bar to the admission.
- 2023-03-15 10:30:03下载
- 积分:1
-
一个不使用hook技术的密码察看的例子,有些意思,有兴趣的可以研究研究...
一个不使用hook技术的密码察看的例子,有些意思,有兴趣的可以研究研究--An example of catching password which has not used hook technology, recommend!
- 2022-06-02 15:08:51下载
- 积分:1
-
Kung fu plug
功夫外挂,不用我多说了吧,功夫外挂,不用我多说了吧-Kung fu plug-in, no need for me to say it, kung fu plug-in, no need for me to say it
- 2022-01-26 06:55:54下载
- 积分:1
-
实现对CPU占用率和内存使用率进行检测.
实现对CPU占用率和内存使用率进行检测.-achieve occupancy rate of the CPU and memory usage for testing.
- 2022-01-23 11:02:08下载
- 积分:1
-
data from the oracle database extracted, when the keyboard in line with the data...
将数据从oracle数据库中提取出来,当键盘输入与数据库中相符的数据时会弹出提示性对话框。-data from the oracle database extracted, when the keyboard in line with the database data will pop indicative dialog.
- 2022-01-28 14:28:43下载
- 积分:1
-
可以替换登陆所用的MsGinal.dll,用来作自己
定制的登陆框
可以替换登陆所用的MsGinal.dll,用来作自己
定制的登陆框
-Can be used to replace the landing MsGinal.dll, used as their own customized landing box
- 2022-04-15 11:23:06下载
- 积分:1
-
键盘和鼠标钩子DLL源代码,可以显示在任何程序…
键盘鼠标钩子源代码,DLL,可以任何程序挂上就可以用,可用与记录键盘信息-keyboard and mouse hook source code, DLL, can be displayed on any procedure can be used, the available information and records keyboard
- 2022-01-26 17:03:38下载
- 积分:1
-
全局键盘钩子DLL
模拟键盘消息和鼠标消息
全局键盘钩子DLL
模拟键盘消息和鼠标消息-Global keyboard hook DLL simulate keyboard and mouse news news
- 2022-04-07 04:39:26下载
- 积分: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