Log in

View Full Version : Symbols from MAP files


S300
February 14th, 2003, 06:08
How can I use IDA-generated MAP files in OD?
When I convert it to SYM file (either with MS mapsym.exe or idasym) OD doesn't load it.
What an I doing wrong?
is there any way to convert MAP or SYM to DBG or PDB?
Thanks

TBD
February 14th, 2003, 06:33
S300: have you tried mapconv plugin ? it is on the OllyDbg Stuph page ("/ollydbg/files/")

S300
February 14th, 2003, 07:50
Yeah, I've got one.
3 problems
1) It wouldn't process any labels from sections other than 0001 (my OEP is in section 0006)
2) It assumes codebase=1000 and ImageBase=00400000

Still, why OD doesn't load .SYM files as stated in help? SoftIce translates and loads the same file correctly.

TBD
February 17th, 2003, 00:47
if someone has time, maybe the mapconv can be changed to use custom sections and imagebase.

as i dont have any .sym file i cannot check