-
主要用于监控IE窗口,能使屏蔽IE的右键,工具栏和菜单的某些操作...
主要用于监控IE窗口,能使屏蔽IE的右键,工具栏和菜单的某些操作-mainly used to monitor Internet Explorer window can shield IE right, toolbars and menus of some operations
- 2023-04-05 22:05:04下载
- 积分:1
-
Examples of drivers drive saver saver example
驱动保护程序例子 驱动保护程序例子-Examples of drivers drive saver saver example
- 2022-06-13 01:39:35下载
- 积分:1
-
No. 2009.8.29 updated information, read the Stardust legendary figure VB source...
2009.8.29号更新的读取星尘传说人物资料的VB源代码,比较简单,想入门的可以-No. 2009.8.29 updated information, read the Stardust legendary figure VB source code is relatively simple, like to get started take a look at
- 2022-07-07 23:15:58下载
- 积分:1
-
使用HOOKAPI使进程管理器都结束不掉得程序代码!绝对的Cool啊,除非是关机才能被退出。...
使用HOOKAPI使进程管理器都结束不掉得程序代码!绝对的Cool啊,除非是关机才能被退出。-HOOKAPI make use of process management for both the end of everything in code! Cool absolute ah, unless the shutdown can be aborted.
- 2023-08-06 07:40:04下载
- 积分:1
-
从微软拦截的原料药
来自微软的api拦截库-from Microsoft interception for the api
- 2022-06-29 03:10:35下载
- 积分: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
-
最近在做一个HOOK 进程创建的程序,用Ollydbg调试的时候发现了一个CreateProcessInternalA函数,我的程序启动进程最后调用这个函数...
最近在做一个HOOK 进程创建的程序,用Ollydbg调试的时候发现了一个CreateProcessInternalA函数,我的程序启动进程最后调用这个函数
创建了一个进程,调用顺序是CreateProcess --> CreateProcessA --> CreateProcessInternalA..于是首先想到了直接HOOK CreateProcessInternalA
这个API函数,这个函数有12个参数-HOOK to do recently in the process of creating a procedure, used when debugging Ollydbg found a CreateProcessInternalA function, my program starts the process of the final call to this function creates a process, called the order of CreateProcess
- 2023-05-08 20:30:03下载
- 积分:1
-
一个完整的登记的软件加认证码AutoIt
AutoIt的一个完整的给软件加注册认证的代码-AutoIt of a complete register to the software plus Authentication code
- 2022-04-15 02:11:32下载
- 积分: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
-
apihijack
APIHijack - A Library for easy DLL function hooking_ - DLLs-APIHijack-A Library for easy DLL function hooking_- DLLs
- 2022-11-09 11:45:03下载
- 积分:1