-
有时候,我们遇到的情况时,我们需要一些内核函数钩子…
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
-
注册表操作的COM组件,该组件封装了注册表操作类,可以vb等支持COM的开发环境中读写注册表...
注册表操作的COM组件,该组件封装了注册表操作类,可以vb等支持COM的开发环境中读写注册表-registry operation of the COM components, the components of the package registry operations, as can vb COM support the development environment to read and write registry
- 2023-01-18 03:50:04下载
- 积分:1
-
捕捉各个按键按下时的键值及消息码,包括虚拟键值及ASCII码键值....
捕捉各个按键按下时的键值及消息码,包括虚拟键值及ASCII码键值.-Capture all the key button is depressed and the message code, including the virtual keys and the ASCII key code.
- 2023-06-07 08:25:02下载
- 积分:1
-
Visual C++MFC编程实例(分卷2)
Visual C++MFC编程实例(分卷2) -Visual C++ MFC programming examples (sub-vol 2)
- 2022-03-05 15:04:35下载
- 积分:1
-
nthookengine.zip (kernel hook)
nthookengine.zip(内核钩子)-nthookengine.zip (kernel hook)
- 2022-03-26 17:41:34下载
- 积分:1
-
本程序主要介绍如何通过该函数实现估算程序的复制时间
本程序主要介绍如何通过该函数实现估算程序的复制时间-This procedure describes how the main function of the adoption of the estimation procedure realize the replication time
- 2022-06-21 08:31:59下载
- 积分:1
-
用C/SDK编写的计算机图形学图元生成模拟软件!我想对与学C/SDK和计算机图形学的计算机专业人员都有帮助!...
用C/SDK编写的计算机图形学图元生成模拟软件!我想对与学C/SDK和计算机图形学的计算机专业人员都有帮助!-C/SDK"s computer generated graphics map simulation software! I want to learn and C/SDK and computer graphics computer professionals can help!
- 2022-08-06 15:50:00下载
- 积分:1
-
you know you are using an operating system information? Not View Control Panel,...
您知道您使用的操作系统的信息吗?不用查看控制面板,下面的程序就可以告诉您相关信息。通过这个例子,您可以知道如何使用系统函数来收集windows操作系统的版本信息。最重要的是,您将学会如何对函数的返回信息进行分析处理。-you know you are using an operating system information? Not View Control Panel, the following procedures can tell you relevant information. Through this example, you can know how to use the system function to collect windows operating system version. The most important thing is, you will learn how to function in return for information analysis.
- 2022-11-05 18:25:03下载
- 积分:1
-
Server用php5 soap扩展实现,以soap数组返回A股行情数据。中文用UTF8编码。Client用GCC+wxWidgets2.8+gsoap2.7,...
Server用php5 soap扩展实现,以soap数组返回A股行情数据。中文用UTF8编码。Client用GCC+wxWidgets2.8+gsoap2.7,IDE: CodeBlocks。通过gsoap生成代理类接收数据。 -Server with php5 soap extension of realize in order to return to soap array A shares market data. Chinese using UTF8 encoding. Client with GCC+ WxWidgets2.8+ Gsoap2.7, IDE: CodeBlocks. Gsoap generate proxy class through the receive data.
- 2023-07-23 00:45:03下载
- 积分:1
-
windows的eventlog源码
windows的eventlog源码-windows eventlog source code
- 2022-07-04 11:21:46下载
- 积分:1