Log in

View Full Version : Softice Help needed


nyx
September 12th, 2001, 07:52
I can't seem to set bpx's with the A in the end,like GetDlgItemA
the A is read by ice as a invaild command

sorry if this is dum,but I can't figure it out

Fake51
September 12th, 2001, 09:11
Not really the right forum but anyway:

Are you sure you're loading the right exports? Check your winice.dat file, to see if you're loading exports from user32.dll, kernel32.dll and what else.
You can also try and load the exports from these manually using symbol loader, then you should be able to figure out if this is the problem.

Hard to help here, you do not supply much info.

Fake

Tech
September 12th, 2001, 12:12
What windows version you using? I think the A only applies to windows 2000/NT otherwise drop it...

Tech
September 12th, 2001, 12:13
oh yea try set a breakpoint on GetDlgItem instead of GetDlgItemA...