-
用HOOK的方式将你的窗口句柄加入到ClipboardChain中,并在剪贴板上的数据改变时将回调你的函数处理。...
用HOOK的方式将你的窗口句柄加入到ClipboardChain中,并在剪贴板上的数据改变时将回调你的函数处理。 -used in the way you handle a window into ClipboardChain, and clipboard data on the changes in the callback function to deal with you.
- 2022-03-07 19:48:48下载
- 积分:1
-
[Function] of the source is a tool for Internet downloads. He could scan the pag...
[功能]
本源码是一个因特网下载工具。他可以扫描整个网站的页面及各种图片音频视频等资源,你可以给这些待下载的资源设定最小的大小。
程序还使用了一个剪切板钩子(HOOK),使用它监控任何拷贝到剪切板中的文字,如果你复制了一个URL网页链接或者是一个URL的图片等链接,程序会立即弹出一个对话框让你配置下载任务。
用户可以通过设置文件名和文件大小,来下载整个站点的资源,或限制下载图片等等。
本质上来说,这是一个网络蜘蛛,可以多线程抓取网站。
-[Function] of the source is a tool for Internet downloads. He could scan the page the entire site and all kinds of pictures audio video and other resources, you can download these resources to be set a minimum size. Procedure also used a clipboard hook (HOOK), use it to monitor any copy to the clipboard in text, if you copy a URL link to a page or a URL link to the pictures, the program will immediately pop up a dialogue box allows you to configure the download mission. Users can by setting the file name and file size, to download the entire site resources, or limit the download pictures and so on. Essentially, this is a network of spiders, can be multi-threaded crawling your site.
- 2023-02-15 10:20:03下载
- 积分:1
-
Delphi Hook Lib x86/x64
通用Hook库. 支持X86和X64. 使用了开源的BeaEngine反汇编引擎.BeaEngine的好处是可以用BCB编译成OMF格式的Obj,
被链接进Delphi的DCU和目标文件中.不需要额外带DLL.
- 2022-06-29 06:41:58下载
- 积分:1
-
calculator numbers
数的运算,数的加减运算,是大航海时代很多很多锁定胜局的黄金圣斗士多看少动精神可嘉-calculator numbers
- 2022-04-30 09:08:46下载
- 积分:1
-
keyboard hook test, exaple is includedl
keyboard hook test, exaple is includedl
- 2022-01-28 10:38:19下载
- 积分:1
-
Ewinlock Manage Your Windows
网络管理
- 2022-07-02 01:28:25下载
- 积分:1
-
菜单钩子,希望有用 ,
菜单钩子,希望有用 ,-menu hook, useful!
- 2022-08-12 09:38:19下载
- 积分:1
-
VC实现的钩子程序设计,具体实现自己看代码吧,已通过运行测试!...
VC实现的钩子程序设计,具体实现自己看代码吧,已通过运行测试!-the hook program design, specific code can achieve it, by running test!
- 2023-02-24 15:10:03下载
- 积分:1
-
系统托盘和钩子程序例子
系统托盘和钩子程序例子-system tray and hook procedures example
- 2022-02-05 05:11:46下载
- 积分:1
-
HOOKDX
#pragma once
class CHOOKDX
{
public:
CHOOKDX(void);
~CHOOKDX(void);
static void InitHookDx();
static void SettHookDxTime(int hooktime);
};
- 2022-04-12 05:35:06下载
- 积分:1