-
-
[求助]64 位 驱动PsSetLoadImageNotifyRoutine
-
发表于:
2016-8-22 23:03
4809
-
[求助]64 位 驱动PsSetLoadImageNotifyRoutine
代码:
NTSTATUS status = PsSetLoadImageNotifyRoutine(MyIamgeLoadRoutine);
if (status == STATUS_SUCCESS)
{
DbgPrint("PsSetLoadImageNotifyRoutine MyIamgeLoadRoutine Success\r\n");
}
else
{
DbgPrint("PsSetLoadImageNotifyRoutine MyIamgeLoadRoutine Error %d\r\n", status);
}
在64位驱动下,添加Image回调,调试也提示成功,但是PChunter 下一直看不到,调试也是提示成功了。求教,64下是不是跟32位不同
[注意]传递专业知识、拓宽行业人脉——看雪讲师团队等你加入!