首页
社区
课程
招聘
[求助]CVE-2014-4113下断点
发表于: 2015-4-19 13:51 3173

[求助]CVE-2014-4113下断点

2015-4-19 13:51
3173
nt!RtlpBreakWithStatusInstruction:
8407e110 cc              int     3
kd> !process 0 0 win32.exe
PROCESS 8716d030  SessionId: 1  Cid: 0ae8    Peb: 7ffdb000  ParentCid: 0a64
    DirBase: 3f2fa480  ObjectTable: 963ff670  HandleCount:  25.
    Image: win32.exe

kd> bp win32k!xxxMNFindWindowFromPoint
WARNING: Software breakpoints on session addresses can cause bugchecks.
Use hardware execution breakpoints (ba e) if possible.
kd> .process /i 8716d030
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:
8407e110 cc              int     3
怎么不能断在win32k!xxxMNFindWindowFromPoint这个地方,之前设了断点的

[注意]传递专业知识、拓宽行业人脉——看雪讲师团队等你加入!

收藏
免费 0
支持
分享
最新回复 (0)
游客
登录 | 注册 方可回帖
返回
//