Log in

View Full Version : Softice's ? (evaluate) command problems...


DGR
June 4th, 2001, 10:33
Lo all,

I'm now running sice on win2ksp2 (using the updated ntice.sys from numega) but now I have this problem... when doing an evaluate of a value I only get the hex-values, not decimal. For example, doing a "? 0x1A" resutls is the following:

unsigned long = ox1A, "\x1A"

But I also want to see the hex-values... is there some setting which needs to be changed? Or some other command which can be used?

Thanx in advance.

Take care,

D.

DGR
June 4th, 2001, 10:35
Crap, I meant to say that I also want to see the decimal values (not just the hex-values).

D.

qferret
June 6th, 2001, 21:32
try this

? # <expression>

qferret
June 6th, 2001, 21:34
....I should add the fact that while debugging with symbols (.nms) loaded, I get the same output as you....it works if I use the method I suggested though (but I debug in Win98)

DGR
June 8th, 2001, 04:13
Hmmm, haven't tried that one... tnx.

But I already got rid of sp2... seemed like there was some memory leak (win2k using 150 megs of ram after a while without me running any programs) but I'll keep it in mind for the next time

Cheers and take care,

D.