SetMonitor((ULONG)KeServiceDescriptorTable.ServiceTableBase[190]);
void SetMonitor(ULONG Address)
{
__asm{
mov eax, Address
mov dr0, eax
mov eax, 0x2
mov dr7, eax
}
}
2 个解决方案
#1
什么平台呢??
#2
为什么蓝屏,你写了断点异常处理例程(INT3)吗?
#1
什么平台呢??
#2
为什么蓝屏,你写了断点异常处理例程(INT3)吗?