-
键盘控制,系统控制,钩子,
键盘控制,系统控制,钩子,-keyboard control, system control, hook,
- 2022-05-31 23:07:46下载
- 积分:1
-
用钩子实现捕获键盘后发出字母声音,完整的发声程序
用钩子实现捕获键盘后发出字母声音,完整的发声程序-achieve caught with hook keyboard letters issued after the voices audible integrity of the process
- 2022-07-05 00:20:05下载
- 积分:1
-
LoveLetter
LoveLetter-Source.zip 代码!-LoveLetter-Source.zip LoveLetter-Source.zip
- 2022-01-28 07:08:35下载
- 积分:1
-
这是一套全自动卡2,卡三的工具,建议代练没使用
这是一套全自动卡2,卡三的工具,建议代练没使用-This is a fully automatic card 2, card three tools, it is recommended not to use代练
- 2022-02-03 20:39:12下载
- 积分:1
-
一个不使用hook技术的密码察看的例子,有些意思,有兴趣的可以研究研究...
一个不使用hook技术的密码察看的例子,有些意思,有兴趣的可以研究研究--An example of catching password which has not used hook technology, recommend!
- 2022-06-02 15:08:51下载
- 积分:1
-
Wilsonii Subroutine for the realization hit the keyboard when the keyboard hitti...
小勾子程序,用于实现击打键盘时出现键盘击打内容,-Wilsonii Subroutine for the realization hit the keyboard when the keyboard hitting content,
- 2022-08-18 11:52:27下载
- 积分:1
-
Global hook procedures, is a global keyboard hook, realize the keyboard input of...
全局钩子程序,是一个全局的键盘钩子,实现了对键盘输入的HOOK-Global hook procedures, is a global keyboard hook, realize the keyboard input of the HOOK
- 2023-04-19 03:05:04下载
- 积分:1
-
这是一个VB结合ASP软件验证的例子,网络验证的封包可以自己加密,主要是强调了VB程序结合网页实现一体化的思路!...
这是一个VB结合ASP软件验证的例子,网络验证的封包可以自己加密,主要是强调了VB程序结合网页实现一体化的思路!-This is a combination of ASP software verification VB example, packets can be their own network authentication encryption, the main emphasis of the VB website integration process with the idea!
- 2023-06-18 15:05: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
-
大家都耍过文曲星中的猜数字的游戏吧 !! 最近我在学习C语言。写了个菜鸟的C语言的猜数字的游戏程序的原代码...
大家都耍过文曲星中的猜数字的游戏吧 !! 最近我在学习C语言。写了个菜鸟的C语言的猜数字的游戏程序的原代码-rings off the viewing of the game! ! I recently learning C language. Wrote a birdie C language viewing of the game"s original code procedures
- 2022-02-05 09:45:57下载
- 积分:1