Log in

View Full Version : Please: How to convert *.MAP/*.LST file to *.NMS?


Solomon
March 20th, 2001, 06:56
How to load the symbolic info produced by IDA into SoftICE?

I get *.MAP files using IDA, but don't know how to convert it to */NMS

Thank you for your help.

aimless
March 20th, 2001, 09:45
Go to google.

Search for "idasym"

Download the zip file (very small, less than 30 kb)

Go to IDA

Disassemble the proggy

Produce the .map file

Run the program you just downloaded on the .map file.

The resultant file, is the one that can be directly loaded into SoftICE loader.

Have Fun.

nblender
March 20th, 2001, 12:20
"c:\program files
umega\softicent\util16\msym" %1.map
"c:\program files
umega\softicent
msym" %1.sym

Solomon
March 20th, 2001, 20:45
WOW! It works!
Thanks you two!