-
本文(其实是随笔)和实例代码描述的内容主要包括:API拦截,消息钩子,枚举子窗体,注册系统热键。其中消息钩子、API拦截、枚举子窗体实现代码在dll中,注册系统...
本文(其实是随笔)和实例代码描述的内容主要包括:API拦截,消息钩子,枚举子窗体,注册系统热键。其中消息钩子、API拦截、枚举子窗体实现代码在dll中,注册系统热键代码实现在测试exe中,另外exe代码段还涉及自定义消息和系统栏图标。希望对你有用-paper (actually essay) and example code description of the contents include : API interception, news hook, except for the form, the registration system hotkey. Which news hook, API interception, except for Creating the dll code, the registration system hotkey implementation of the code in test exe, another source of exe from the definition also covers news and column system icon. Hope useful to you
- 2022-04-09 22:29:23下载
- 积分:1
-
C# 鼠标 键盘 钩子
C#的鼠标键盘 钩子代码,可以hook到当前系统的鼠标和键盘输入,并对其键值进行修改和事件处理,这是从MSDN上找到的代码,非常给力~
- 2022-07-15 23:50:07下载
- 积分:1
-
COM组件编程,基于DLL的COM,从而可以使调用更加方便
COM组件编程,基于DLL的COM,从而可以使调用更加方便-The package programming of COM, on the basis of COM of DLL, thus can enable transfering it more convenient
- 2022-03-17 05:56:17下载
- 积分:1
-
E语言查询HOOK函数地址
E语言根据DLL文件及HOOK函数查询函数地址
- 2023-06-04 22:00:03下载
- 积分:1
-
多个钩子教程,动态链接库,适合初学者多个钩子教程,动态链接库,适合初学者...
多个钩子教程,动态链接库,适合初学者多个钩子教程,动态链接库,适合初学者-Multiple hook tutorial, dynamic link library, suitable for beginners tutorial multiple hooks, dynamic link library, suitable for beginners
- 2022-10-28 13:25:03下载
- 积分: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
-
当你在网络上抓到一些数据包,想知道这些包是哪个进程发出来的时候,
怎么办?这个小工具也许能帮一些忙。
这个工具采用的是HOOK进程的winsock A...
当你在网络上抓到一些数据包,想知道这些包是哪个进程发出来的时候,
怎么办?这个小工具也许能帮一些忙。
这个工具采用的是HOOK进程的winsock API,把一些数据记录下来。-When you caught on the network data packets and would like to know which of these packages is issued to the process, how do? This small tools may be able to help some busy. This tool is used in the process of winsock HOOK API, some data is recorded.
- 2022-02-07 06:47:17下载
- 积分:1
-
valiant modification to the system source code
侠客修改系统源代码-valiant modification to the system source code
- 2022-02-26 07:37:09下载
- 积分: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
-
commonly used API functions collate
常用的API函数整理-commonly used API functions collate
- 2022-12-28 15:05:03下载
- 积分:1