源代码如下:#include "ntddk.h"void OnUnload(IN PDRIVER_OBJECT DriverObject){DbgPrint("OnUnload Called! \n");}NTSTATUS DriverEntry(IN ...
確定! 回上一頁