View Single Post
  #12  
Old 01-07-2004, 04:06
Pompeyfan
 
Posts: n/a
Quote:
There are times you want IsDebuggerPresent to return a non-zero value anyway, so I find it easier to just modify the PIB (which indirectly modifies IsDebuggerPresent, as it depends on this value also) whenever I debug a program that checks this.
So, how do I go about this exactly?
Reply With Quote