-
-
[求助]64 位 驱动PsSetLoadImageNotifyRoutine
-
发表于:
2016-8-22 23:03
5034
-
[求助]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位不同

[培训]科锐软件逆向54期预科班、正式班开始火爆招生报名啦!!!