我的“进程和线程”窗口卡在000:f0f0f0f0 ntkrnlpa.exe
.
我尝试以各种方式更改上下文,但都没有影响窗口。
我的行动:
kd> !process 0 0 notepad.exe
PROCESS 821ff378 SessionId: 0 Cid: 0358 Peb: 7ffd7000 ParentCid: 05e0
DirBase: 090801a0 ObjectTable: e18fb7b8 HandleCount: 132.
Image: notepad.exe
kd> .process /i 821ff378
You need to continue execution (press 'g' <enter>) for the context
to be switched. When the debugger breaks in again, you will be in
the new process context.
kd> g
Break instruction exception - code 80000003 (first chance)
nt!RtlpBreakWithStatusInstruction:
80527bdc cc int 3
我希望“进程和线程”窗口现在向我展示notepad.exe
它的线程。为什么它不起作用?