Detecting Breakpoints From DR0 To DR3
Saturday, June 30th, 2007Recently, I have mentioned that one can detect the debugger presence through the DR7 debug register, now we’ll take a look at the DR0 to DR3 debug registers, which contains debug breakpoints.
This technique is one of the few ways to discover debug breakpoints, and it makes it possible to delete them without stopping the application […]