-
有时候,我们遇到的情况时,我们需要一些内核函数钩子…
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
-
通过Public Declare Sub GetSystemInfo Lib kernel32 (lpSystemInfo As SYSTEM_INFO)等的a...
通过Public Declare Sub GetSystemInfo Lib kernel32 (lpSystemInfo As SYSTEM_INFO)等的api函数取得系统的消息。是一个比较全的取得系统消息的集合-through Public Declare Sub GetSystemInfo Lib kernel32 (lpSystemInfo As SYSTEM_INFO) api function of the system made news. A comparison is made all the information collection system
- 2023-04-26 04:10:03下载
- 积分:1
-
本程序的一个托盘,详细说明了如何使用该编写的…
本程序详细描述了如何使用VC编写的出现在Windows托盘中的顺序本程序说明了如何用VC来编写在目前的Windows托盘中的程序,用Visual C编程界面/GUI开发
- 2022-07-06 20:05:55下载
- 积分:1
-
Windows directory service programming (Active Directory LDAP)
Windows的目录服务编程(活动目录LDAP)-Windows directory service programming (Active Directory LDAP)
- 2022-12-28 20:15:04下载
- 积分:1
-
显示NT机器运行的总时间
显示NT机器运行的总时间- Demonstrates the NT machine movement the total time
- 2022-01-31 15:58:53下载
- 积分: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
-
使用586指令来探测处理器速度
use 586 instruction to probe cpu speed
- 2022-07-12 22:48:55下载
- 积分:1
-
一个简单的前台收银软件,可用于餐饮行业的前台收银
一个简单的前台收银软件,可用于餐饮行业的前台收银-Cashier a simple software that can be used for food and beverage industry Cashier
- 2023-01-11 21:20:04下载
- 积分:1
-
《学生课绩管理系统》的升级版,采用了sertlet+jsp+Javabean+sqlserver,并且做了许多修改!
说明: 数据库连接 在classes...
《学生课绩管理系统》的升级版,采用了sertlet+jsp+Javabean+sqlserver,并且做了许多修改!
说明: 数据库连接 在classes目录下的 sqlbean.java中
默认的用户名:1
密码: 1
-"student class performance management systems," an updated version using the sertlet jsp Javabean SQLServer, and made many changes! Description : Database Connection classes in the directory sqlbean.java default user name : a password : 1
- 2022-11-06 12:00:03下载
- 积分:1
-
Procs.dll combines the process/module related toolhelp and psapi API s to one se...
Procs.dll combines the process/module related toolhelp and psapi API s to one set of functions.
So you don t need to handle Win9x/ME and NT different anymore.-Procs.dll combines the process/module related toolhelp and psapi API s to one set of functions.
So you don t need to handle Win9x/ME and NT different anymore.
- 2022-03-21 15:54:07下载
- 积分:1