搜索资源列表
passthru
- 基于passthru的ndis驱动,根据特征字修改数据包,达到重定向功能-Passthru ndis driver, according to the character of the word modify the packet to reach the redirection feature
ChongDingXiang
- 应用程序打开或关闭文件时,需要由操作 系统来决定如何访问包含了指定文件内容的一个设备。找到设备后, I / O请求会被转发给一个本地设备驱动程序。通过网络来访问一个设备也同样。然而, I / O请求必须通过网络转发给对应的远程设备。我们将其称为“I / O重定向”(I/O Redirection)-Application to open or close a document, required by the operating system to decide how to access
irqs
- 用户模式下访问APIC修改中断重定向表,实现中断HOOK-User-mode access APIC interrupt redirection table modified to achieve interruption HOOK
File-redirection
- 文件重定向,用文件过滤驱动实现,对应的SfCreate函数-File redirection with file filter driver implementation, the corresponding function SfCreate
driver
- 1:将内核文件映射到我内核空间去; 2:path KiFastCallEntry重定向 一:加载内核 1:关于加载 我代码里用了两种方法,一种被我注释了的: a:使用ZwCreateSection + ZwMapVieOfSection 结合 SEC_IMAGE 标志来加载,此时加载的地址必定是位于user-mode空间,可以简单的用MDL锁定,然后映射这些页面到kernel-mode空间,也可以直接ExAllocatePool 然后 copy加载的镜像
