View Single Post
  #1  
Old 09-01-2003, 04:11
Satyric0n
 
Posts: n/a
Quote:
Originally posted by Lunar_Dust
Also, in softICE, i've never seen the ATTACH command, must be new for SI 3.0? Anyway, I just use the ADDR command. Just type "ADDR bflite" and you'll now be in its address context and can set breakpoints like you wish.
Yes, ATTACH is new in DS 3.0. Basically, doing ATTACH <process> makes SoftICE automatically do ADDR <process> every time you Ctrl+D. That way you dont have to do ADDR over and over. Very convenient.

Also, I agree about Olly. I rarely use SoftICE any more, Olly has become sufficient for most cases.
Reply With Quote