Posted August 30, 201014 yr Hi FriendsHow To Set Condition BreakPoint Like OllyDBG With A Debug_Loader That Coded By ASM ?Thanks
August 31, 201014 yr I guess they're usual breakpoints whose debug events are per default immediately continued, unless the condition is true. That's at least how I'd implement them. If you only need a few (at most four of them), you can implement them using debug registers which is probably faster than software breakpoints.
Create an account or sign in to comment