-
呆呆
呆呆
- 2022-10-05 08:00:03下载
- 积分:1
-
是个支持屏幕取词的电子词典 通过数据库查找单词 支持英译汉 汉译英...
是个支持屏幕取词的电子词典 通过数据库查找单词 支持英译汉 汉译英- Is the support screen takes the word the electronic dictionary
to support England through the database search word to translate the
Chinese Chinese to translate England
- 2023-05-23 18:50:02下载
- 积分:1
-
改变多种控件风格的示范程序,使用了hook技术实现,值得学习...
改变多种控件风格的示范程序,使用了hook技术实现,值得学习--Example program which can change the styles of many controls, has used hook technology, worth studying
- 2023-06-19 00:05:03下载
- 积分:1
-
测试CALL的小工具,含原代码!适合新手使用!
测试CALL的小工具,含原代码!适合新手使用!-CALL testing of small tools, including source code! Suitable for novices to use!
- 2022-05-20 05:39:45下载
- 积分:1
-
Detours HookFunction
Detours是微软开发的一个函数库,可用于捕获系统API。
最近在做API hook相关的东西,用了inline hook后感觉不错,但是查找资料发现inline hook并不稳定
inline hook 的原理是在系统访问一个函数的时候先替换原函数入口处的内容跳转到自己设计的hook函数中,然后在自己函数中进行hook工作。可是在并行系统中,很可能有个线程就在这个时候调用了被自己改掉的系统函数,出现我们无法预期的结果。
所以打算学习一下inline hook升级版:detour库hook,其实hook过程原理基本一样,只是微软做了封装和相关的冲突检查,所以这种api hook稳定些。
这个是开发出来的可以编译使用的HOOK Function代码。
- 2022-02-16 04:41:53下载
- 积分: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
-
钩子应用,Windows屏幕或窗口截图
钩子应用,Windows屏幕或窗口截图
-Hook use, Windows or window screen shots
- 2022-01-23 10:24:11下载
- 积分:1
-
使用delphi开发的屏幕取词代码
使用delphi开发的屏幕取词代码-Screen use delphi development code
- 2022-02-13 05:53:14下载
- 积分:1
-
星际译王的取词模块,非常全面,包括acrobat内容的取词.
星际译王的取词模块,非常全面,包括acrobat内容的取词.-the get word module of stardict.
- 2022-09-28 09:35:02下载
- 积分:1
-
This the example from Iczelion s Win32 Assembly Tutorial part 24. In order to as
This the example from Iczelion s Win32 Assembly Tutorial part 24. In order to assemble the example, you have to have ml.exe, link.exe and nmake.exe in your path. If they re not in the path, you will have to edit makefile to include the full path. You ll have to edit the makefile to correct the path to import libraries in your PC. Type nmake in the same directory as makefile and the assembly process will begin. If you don t want to use the makefile, you can manually assemble the example with the commands below: ml /c /coff /Cp mousehook.asm link /SUBSYSTEM:WINDOWS /LIBPATH:c:masm32lib mousehook.obj
- 2022-05-06 18:32:28下载
- 积分:1