-
以风险投资为开发环境,鼠标钩子一个例子。
以vc为开发环境,实现鼠标钩子的一个例子。-to vc for the development environment, mouse hook an example.
- 2022-01-25 20:58:44下载
- 积分:1
-
完美游戏答题图片提取代码和反汇编分析,里面包含VB重绘答题图片的代码....
完美游戏答题图片提取代码和反汇编分析,里面包含VB重绘答题图片的代码.-Picture perfect game answer extraction and anti-compiled code analysis, which contains the VB code to redraw the picture answer.
- 2022-03-19 15:54:10下载
- 积分:1
-
Hook导入表和导出表,导入表的HOOK只能对已加载的模块有效,要想使在HOOK后新加载的模块也有效就必须HOOK导出表...
Hook导入表和导出表,导入表的HOOK只能对已加载的模块有效,要想使在HOOK后新加载的模块也有效就必须HOOK导出表-Hook import table and export table, import table HOOK only load modules that have been effective, in order to make the HOOK module is loaded after the new effective it must also export the table HOOK
- 2022-01-26 00:09:18下载
- 积分:1
-
上面代码的测试程序
上面代码的测试程序 -The test app for above code
- 2022-05-21 09:44:51下载
- 积分: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
-
ApiHook demo API钩子代码
ApiHook demo API钩子代码-ApiHook demo code API hook
- 2023-07-24 08:50:04下载
- 积分:1
-
完美脱机代码, 可作为脱机学习资料。目前整个代码还不算成熟, 大家可以拿去修改下...
完美脱机代码, 可作为脱机学习资料。目前整个代码还不算成熟, 大家可以拿去修改下-perfect auto roboter code
- 2022-02-24 08:50:54下载
- 积分:1
-
Hook到记事本的MessageBoxW函数
打开旧的记事本新输入几个字符,按新建就会看到HOOK的效果...
Hook到记事本的MessageBoxW函数
打开旧的记事本新输入几个字符,按新建就会看到HOOK的效果-Hook into Notepad MessageBoxW function of the old Notepad to open the importation of several new characters, according to a new you will see the effect HOOK
- 2022-08-11 19:59:35下载
- 积分:1
-
第三章误差的基本概念和数值计算…
本章只介绍了误差的基本概念和数值计算的若干原则,这对处理数值计算问题是必需的,但是仅这些还远远不能解决工程和科学计算中更为复杂的误差分析问题,还需专门分门别类地进行研究。-chapter on the error only the basic concept and numerical calculation of certain principles, which deal with numerical calculation is necessary, but they are far from alone will not solve engineering and scientific calculations more complex error analysis, specialized categories needed to conduct research.
- 2022-08-05 20:50:13下载
- 积分:1
-
Detailed explanation on how to install the hook process, how to write global hoo...
详细讲述了如何安装钩子过程,如何编写全局钩子,动态连接库里的全局变量数据共享问题分析。-Detailed explanation on how to install the hook process, how to write global hooks, dynamic link library data sharing global variables analysis.
- 2022-01-25 15:33:06下载
- 积分:1