NTSTATUS status = PsSetLoadImageNotifyRoutine(MyIamgeLoadRoutine); if (status == STATUS_SUCCESS) { DbgPrint("PsSetLoadImageNotifyRoutine MyIamgeLoadRoutine Success\r\n"); } else { DbgPrint("PsSetLoadImageNotifyRoutine MyIamgeLoadRoutine Error %d\r\n", status); }
[培训]内核驱动高级班,冲击BAT一流互联网大厂工作,每周日13:00-18:00直播授课