您的位置:首页 > 其它

驱动函数分类

2016-03-31 16:07 337 查看
ExXxx()//暂定

IoXxx()//IO管理器

KeXxx()//目前理解过与同步相关

MmXxx()//内存相关

ObXxx()//驱动对象

PsXxx()//进程相关

RtlXxx()//与字符串相关

ZwXxx()//与文件 注册 进程相关

FltXxx()//文件过滤相关

NdisXxx()//Ndis过滤相关

ExAllocatePoolWithTag()
ExAcquireFastMutex
ExGetPreviousMode

IoCreateDevice
IoCreateSymbolicLink
IoGetCurrentIrpStackLocation
IoAttachDeviceToDeviceStack
IoAllocateIrp
IoSetCompletionRoutine

KeWaitForSingleObject
KeSetEvent
KeInitializeEvent

ObReferenceObjectByHandle
ObQueryNameString

PsGetCurrentProcess
PsGetCurrentProcessId
PsCreateSystemThread
PsLookupProcessByProcessId

RtlZeroMemory
RtlInitUnicodeString

ZwOpenKey
ZwCreateFile
ZwOpenProcess
ZwQuerySystemInformation

MmGetSystemRoutineAddress
MmIsAddressValid
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: