PDA

View Full Version : Load .map file in IDA Pro


twisted
March 17th, 2012, 08:02
So I have a application which comes with a map file (I believe it was created by borland compiler) that I would like to load in to IDA pro, so far I've tried the loadmap plugin but it always comes back with 'This is not a valid map file'.
Does anyone know how else I can import this map file into IDA?
If it helps I can load the map file in to ollydbg just fine so its definitely a valid map file.

Aimless
March 19th, 2012, 05:20
Hello,

The way I know, IDA .map files and Borland .map are different.

Best is to convert the .map file into and .IDC file (all map file debug data can be imported as IDA comments.)

You may also try searching for MAP2IDA.IDC on exetools.

Have Phun