PDA

View Full Version : HELP: Error translating debug symbols...


DGR
09-14-2001, 08:01 AM
Hi all,

I'm running WindowsXP final and have gotten the debug symbols for it... they are all .pdb files. Now when I try translating them through softice symbol loader I get the message:

Error: No debug information found

Is there a way to translate them without .dbg files? Or am I pretty much screwed : / I really hoped that these symbol files would do the trick.

Andox
09-15-2001, 07:32 AM
Hi
i got the exactly same problem.

does rebase.exe work for you? it should be able to retrieval the debug info from ntoskrnl.exe but it does not work for me.


(Rebase.exe -b 0x400000 -x . ntoskrnl.exe)

DGR
09-26-2001, 05:01 AM
Tried that too, but without luck :/

Guess were pretty much screwed for now.