Log in

View Full Version : Icedump


rowdy
March 20th, 2002, 05:03
Having trouble loading icedump.
I have edited winice.dat to load symbols from kernal32.dll.
I understand that icedump looks for symbol base in winice, but when I type "sym" in softice, it says "no symbol table".
Is this why icedump won't load?
I am using icedump v6.0.2.3 and winice v4.05 build 334.

Also, what is an .NMS file.
When I try to translate a module in symbol loader, it says no debug info. Is there anywhere I can get these files?

All help appreciated,

B-Boy
March 20th, 2002, 22:09
look at this: http://www.woodmann.net/forum/showthread.php?s=&threadid=2806

if you load kernel32.dll _symbols_, icedump loader will fail. however, you have to load kernel32.dll _exports_ for icedump to succeed.

rowdy
March 21st, 2002, 04:46
Thanks for response.

I am not loading any symbol files in winice.dat and I am loading kernal32.dll exports, but still does not load.
Loader32 tells me I don't have a symbol table so I guess I don't have any symbols loaded.

Frustrated!