摘要:
一个简单的NT驱动框架 #include VOID DriverUnload(PDRIVER_OBJECT DriverObject){ UNICODE_STRING dosDevName; RtlInitUnicodeString(&dosDevName, L"\\DosDevices\\Snark"); IoDeleteSymbolicLink(&dosDevName); if (DriverObject->DeviceObject != NULL) { IoDeleteDevice(DriverObject->DeviceObject); 阅读全文
posted @ 2013-08-28 23:07
Snark
阅读(608)
评论(0)
推荐(0)
浙公网安备 33010602011771号