Log in

View Full Version : worth to learn softice ?


znow
August 24th, 2006, 02:12
Hi,

do you think it is still worth to learn softice ? It is no longer supported and I don't know if it will work with newer OSes like vista.
Or is it better to learn how to use WinDbg ?

thanx

znow

LLXX
August 24th, 2006, 03:56
Learn both.

dELTA
August 24th, 2006, 05:11
Well, if you only pick one, take WinDbg. Sadly, as you say, Softice's destiny has been sealed... It will most likely not work in Vista at all I'd say.

disavowed
August 24th, 2006, 10:22
don't waste your time learning softice

Aimless
August 25th, 2006, 00:26
Aha!

The question...And the answers!

Good. I would recommend what most of the others above have recommended. That is, use WinDBG.

However, I would DEFINITELY ask you to learn softice. If necessary, get a VM and install Win98 on it (or WinXP will also do) and get Driver Studio installed.

What for?

The answer is that debugging applications in softice will teach you a lot about windows systems, SO THAT you can use WinDBG better.

If you DIRECTLY try to use WinDBG, you'll have to spend at least 3 months reading the documentation

Of course, feel free to ignore this advice and start with WinDBG...

Have Phun

Aleck79
August 27th, 2006, 00:08
Quote:
[Originally Posted by Aimless]
What for?

The answer is that debugging applications in softice will teach you a lot about windows systems, SO THAT you can use WinDBG better.

If you DIRECTLY try to use WinDBG, you'll have to spend at least 3 months reading the documentation


heh, I sooo agree with that statement, just by using softice I have learned so much about how stuff works. Its awesome piece of code, I'm sad to hear it is discontinued . The final release (Driverstudio 3.2) worked nicely for WinXP, although it has some stability issue IMHO.

Its more than benificial to learn softice even if it won't work for Vista.

0xf001
August 28th, 2006, 14:14
hehe intersting side effect

nowadays probably the advise to "learn" softice is asked too much, but I can not believe one can "grow up" without that classic I am happy to have made my experiences with it, too and would recommend it strongly, too - if time allows it

cheers, 0xf001

Harding
September 14th, 2006, 16:39
This is no correct answer to this question. You have to weight things against eachother.

SoftIce is old but it is still a powerful tool and if nothing else it gets you the right feeling when reversing

OllyDbg is nice for simpler tasks and doesn't make all your Internet connections to timeout.

I haven't tried WinDbg yet but from reading the names of the persons that recommend it I will probably swear alot while "trial and error"-learning it soon

OllyDbg for fast and nice reversing. Softice for the hardcore projects.

vanmin
September 21st, 2006, 03:27
I should say:"softice will support vista!"

study both...

naides
September 21st, 2006, 07:24
Quote:
[Originally Posted by vanmin]I should say:"softice will support vista!"


Hi vanmin:

Do you have some "insider information" to make such statement??

I have tried to install and make work SoftIce 4.32 in one of the Vista beta releases and been unsuccessful, but I did not really spend too much time tweeking it. I blamed my cpu, which is an amd64 dual core and my graphic card new interphase made 3-4 years after the last Sice release. . .

vanmin
September 22nd, 2006, 01:08
I mean that softice's developers will make their most hard to achieve it...

when the xp appear,it did not support it but now ...as you see...it support winxp very well...

as a component of Diver Studio SoftIce should update to make it can work at vista very well... unless compuware do not support Driver developing tools...

reverser
September 22nd, 2006, 07:50
In case you didn't know, DriverStudio (including SoftICE) has been discontinued by Compuware. I.e. it's not developed anymore.

vanmin
September 22nd, 2006, 08:07
Ehmm...as above...

I really did not know this indeed...till I saw...

zakham
September 25th, 2006, 04:27
Don't Blame your Tools..

B'cze that is the BAD worker blames his tools...

disavowed
September 25th, 2006, 10:30
There's nothing wrong with blaming the tool if the tool has been horribly managed and supported for the past several years.

Aimless
September 27th, 2006, 19:33
Hear Hear! disavowed.

The headaches that the cracker community had to go to get ICE working on XP was like solving Compuware's problems for them.

I kinda *hope* they do NOT support Vista.

Too few good people left (if any at all) at compuware.

Someone I knew would say: "Commercial Bastids"



Have Phun