是什么让 NTDLL!_KiUserApcDispatcher 跳转到一个不属于进程中模块的地址?

What makes NTDLL!_KiUserApcDispatcher jump to an address which doesn't belong to a module in a process?

我正在调试出现访问冲突异常 (0xC0000005) 的故障转储。 AVE 来自跳转到不属于进程中任何 2 个加载模块的地址:

什么会导致这个过程这么早?

进程似乎正在映射内存 (_ZwCreateSection) 以加载模块...模块是否以某种方式加载失败 LoadLibrary 成功但模块实际上并未加载已加载?

此行为的原因是防病毒软件 (Norton) 劫持了 DLL 加载。 运行 GFlags to debug LoadLibrary 显示 mscorlib.dll 库被阻止加载。