+J_o_S_H
April 25th, 2005, 19:07
In softice,when I am cracking a program, how am i supposed to know whether to use:
? [register]
or
d [register]
for instance, I have just F10'd past
Shl eax,7
if I do d eax afterwards I get alot of crap characters like
....E....E...E
...ax..derys
...crap.......
but if I do ? eax I can see my real reg code
like
0012345678
how am I supposed to know which one to use, is it just a feeling, is there some sort of rule???
? [register]
or
d [register]
for instance, I have just F10'd past
Shl eax,7
if I do d eax afterwards I get alot of crap characters like
....E....E...E
...ax..derys
...crap.......
but if I do ? eax I can see my real reg code
like
0012345678
how am I supposed to know which one to use, is it just a feeling, is there some sort of rule???