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

[培训]科锐逆向工程师培训第53期2025年7月8日开班!