-
zip文件压缩和解压缩工具
zip文件压缩和解压缩工具-zip tool
- 2022-02-15 02:24:05下载
- 积分:1
-
基于WDF的过滤器驱动程序,包含测试程序
基于WDF的过滤器驱动程序,包含测试程序。exe文件夹包含测试程序,sys文件夹包含过滤驱动,fdo文件夹包含测试用驱动
- 2022-10-11 02:25:04下载
- 积分:1
-
SingleEvent的实现过程原代码
Visual C++程序员实用大全(精华版)源代码Visual C++程序员实用大全(精华版)源代码Samples...
SingleEvent的实现过程原代码
Visual C++程序员实用大全(精华版)源代码Visual C++程序员实用大全(精华版)源代码Samples-SingleEvent process of the realization of the original code Visual C programmers Practical Solutions (cream version) source code Visual C programmers Practical Solutions (best version) source code Samples
- 2022-12-17 21:00:03下载
- 积分:1
-
ControlPanel can help you get and modify control panel infomation
ControlPanel can help you get and modify control panel infomation
- 2023-04-07 10:20:03下载
- 积分:1
-
文件修改的监视
文件修改的监视-The example of monitoring the change of files
- 2023-09-03 12:50:02下载
- 积分:1
-
将指定的汉字转为汉语拼音的代码,非常方便
将指定的汉字转为汉语拼音的代码,非常方便-Will be designated by the code of Chinese characters to Pinyin, a very convenient
- 2022-06-29 09:55:41下载
- 积分:1
-
完全实现注册表处理,文件处理。服务端采用多线程服务,能最好的处理
SOCKET请求。数据接收、发送函数可以说是现阶段最好的,采用异步重叠
操作。...
完全实现注册表处理,文件处理。服务端采用多线程服务,能最好的处理
SOCKET请求。数据接收、发送函数可以说是现阶段最好的,采用异步重叠
操作。-complete registry handling, document handling. Server using multithreading services will best address SOCKET request. Data reception, sending function can be said at this stage the best, using asynchronous overlapping operations.
- 2022-03-22 04:33:48下载
- 积分:1
-
得到CPU 硬盘序列号 BIOS编号 system信息等
得到CPU 硬盘序列号 BIOS编号 system信息等-CPU hard drive serial number to be BIOS ID system information
- 2022-05-05 03:20:07下载
- 积分:1
-
linux系统调用分析,包括一些实例。系统调用有关的一些基本知识...
linux系统调用分析,包括一些实例。系统调用有关的一些基本知识-linux system call analysis, including some examples. Calling the system some basic knowledge
- 2022-03-19 14:45:53下载
- 积分:1
-
有时候,我们遇到的情况时,我们需要一些内核函数钩子…
Sometimes, we run into a situation when we badly need to hook some kernel function, but are unable to do it via conventional PE-based hooking. This article explains how kernel functions can be directly hooked. As a sample project, we are going to present a removable USB storage device as a basic disk to the system, so that we can create and manage multiple partitions on it (for this or that reason, Windows does not either allow or recognize multiple partitions on removable storage devices, so we are going to cheat the system). On this particular occasion, we will hook only one function, but the approach described in this article can be extended to handle multiple functions (for example, one of my projects required direct hooking of quite a few functions from the NDIS library). You should clearly realize that this article is about direct hooking and not about dealing with USB storage, so please don t tell me that the sample problem may have been solved differently.
- 2022-08-15 21:57:18下载
- 积分:1