首页
社区
课程
招聘
[求助]设置 dr0 dr7 寄存器 会蓝屏
发表于: 2018-8-19 18:49 2703

[求助]设置 dr0 dr7 寄存器 会蓝屏

2018-8-19 18:49
2703
void SetMonitor(ULONG Address)
{
__asm{
mov eax,Address
mov dr0,eax

mov eax,0x2
mov dr7,eax
}
}
SetMonitor((ULONG)KeServiceDescriptorTable.ServiceTableBase[190]);//NtOpenProcess
一 设置 这个异常就蓝屏   为什么  
设置完 也不走RtlDispatchException 这个函数  



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

最后于 2018-8-20 13:24 被KevinsBobo编辑 ,原因: 删除无关广告,再发删贴
收藏
免费 0
支持
分享
最新回复 (0)
游客
登录 | 注册 方可回帖
返回
//