View Single Post
  #4  
Old 04-07-2005, 13:15
DABhand DABhand is offline
Banned
 
Join Date: Nov 2004
Location: Near my PC
Posts: 5,406
Thanks: 0
Thanked 3 Times in 3 Posts
DABhand is on a distinguished road
Softice wont scan for values like the way you use CE, it helps as said with debugging, but is more powerful than the CE debugger.

You can trace through code, and follow it, makes finding other things easier. Like set god mode on units with a click of a mouse etc.

Softice you can set breakpoints, on mouse clicks, and on memory addresses etc.

You still have to use CE or TSearch to search for values, then use softice to find when it uses those addresses.

Its a bit complex for a beginner, best starting off at the bottom and work your way up, the more confident you become with ASM the easier you will find softice and workings of it.
Reply With Quote