View Single Post
  #2  
Old 03-22-2004, 17:42
least
 
Posts: n/a
Hi,
setting a breakpoint means changing byte of code to 0xCC; this can be checked (CRC, searching for CC,...). If this is the case, you could try some kernel level debugger (sice,...) and set hardware breakpoint (if the app doesn't clear debug registers). You cna set hw bpreakpoint on execution, or set breakpoint on read to catch the check.

least
Reply With Quote