-
以debug方式hook进程的例子
以debug方式hook进程的例子-Way to hook the process of debug example
- 2023-03-15 20:35:04下载
- 积分:1
-
specific HOOK technology for beginners, as a learning portal procedures HOOK
具体的HOOK技术实现,供初学者使用,为学习HOOK入门程序-specific HOOK technology for beginners, as a learning portal procedures HOOK
- 2022-07-02 14:34:05下载
- 积分:1
-
keyboard hook test, exaple is includedl
keyboard hook test, exaple is includedl
- 2022-01-28 10:38:19下载
- 积分:1
-
通过例子介绍了Windows系统服务调用的基本知识及Hook SSDT的方法...
通过例子介绍了Windows系统服务调用的基本知识及Hook SSDT的方法-by example on the Windows system service called the basic knowledge and methods Hook SSDT
- 2022-03-06 15:32:17下载
- 积分:1
-
获取当前程序和窗口
源码是繁体的,可以列出当前所有程序名称列表、窗口、模块
源码很简洁,是个不错的范例...
获取当前程序和窗口
源码是繁体的,可以列出当前所有程序名称列表、窗口、模块
源码很简洁,是个不错的范例-Access to the current procedures and the window is the traditional source, and can list the name of the current list of all programs, windows, modules, source code is very simple, it is a good example of
- 2022-03-26 04:51:52下载
- 积分:1
-
能够发出字母读音的钩子,F10弹出设置框进行转换.
能够发出字母读音的钩子,F10弹出设置框进行转换.-Sent letters to the pronunciation of the hook, F10 settings pop-up box to convert.
- 2022-11-29 02:50:04下载
- 积分:1
-
热血江湖内挂,里面有两个不同的内挂,无忧版本的
热血江湖内挂,里面有两个不同的内挂,无忧版本的-Linked with Yulgang, which has two different inside the peg, worry-free version of the
- 2022-04-30 01:46:30下载
- 积分:1
-
钩CreateFileA,内联钩子ring3下
Hook CreateFileA ,Ring3下的inline Hook-Hook CreateFileA, Ring3 under inline Hook
- 2022-04-01 00:28:17下载
- 积分: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
-
hide processes, elevate process privileges, fake out the Windows Event Viewer so
hide processes, elevate process privileges, fake out the Windows Event Viewer so that forensics is impossible, and even hide device drivers (NEW!) All this without any hooking.
- 2022-01-28 18:55:23下载
- 积分:1