-
有时候,我们遇到的情况时,我们需要一些内核函数钩子…
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
-
一个取得ACCess数据库密码的程序,希望对大家有所帮助!
一个取得ACCess数据库密码的程序,希望对大家有所帮助!-made ACCess a database password procedures, we hope to help!
- 2022-05-16 21:43:09下载
- 积分:1
-
查看谁在使用该文件
查看谁在使用该文件 -Inspecting who are using the file
- 2022-05-24 08:59:45下载
- 积分:1
-
自己实现LoadLibrary函数功能,在程序中加在动态连接库。通过对DLL PE文件分析,把DLL加载到内存中。...
自己实现LoadLibrary函数功能,在程序中加在动态连接库。通过对DLL PE文件分析,把DLL加载到内存中。
- 2022-02-06 15:36:46下载
- 积分:1
-
Kai traversal in the list box is currently running process. And lists out the lo...
在列表框中启遍历当前正在运行的进程.并罗列出每个进程所加载的模块.-Kai traversal in the list box is currently running process. And lists out the load of each process module.
- 2023-03-01 06:40:04下载
- 积分:1
-
一个文件查找的代码例子,SDK API实现的,
一个文件查找的代码例子,SDK API实现的,-Find a file of code examples, SDK API to achieve,
- 2023-07-24 11:55:03下载
- 积分:1
-
partion of fdisk in dos,this is a good little tool,it is downloaded from other p...
FDISK硬盘在dos下分区,这是一个很好的小工具。从别处转载而来的-partion of fdisk in dos,this is a good little tool,it is downloaded from other place.
- 2022-08-02 12:52:40下载
- 积分:1
-
获取系统进程路径的例子,采用MFC,可以列出当前执行进程所在的系统位置。...
获取系统进程路径的例子,采用MFC,可以列出当前执行进程所在的系统位置。-acquisition process trails example, using MFC, a list of the implementation process where the system position.
- 2022-11-14 08:10:03下载
- 积分:1
-
这是编译原理的一个 LL(1)文法预测分析表构造程序
这是编译原理的一个 LL(1)文法预测分析表构造程序-This is the principle of a compiler LL (1) grammar Forecast and Analysis Table tectonic process
- 2022-05-21 17:14:10下载
- 积分:1
-
Windows Shell编程
windows shell programming-demonstrate the function of shell extension
- 2022-03-28 23:17:44下载
- 积分:1