Hi folks,
I'm using guard page breakpoints in a debugging project I'm working on, so I can set a breakpoint without patching int 3 into the target process. However, this seems to backfire at times due to guard page granularity. Without considering debug registers (let's say all the debug registers are being used), is there any other fast way to set breakpoints without using guard pages/int 3?
Thanks,
s0ban







