PDA

View Full Version : How to use a Disassembler and a Debugger together


MagicFX
October 7th, 2007, 09:10
IDA Pro automatically recognizes the names of library functions. In particular,
it allows you to assign symbolic labels for instructions and data.

I used to process files by IDA Pro before debugging.
Saving file as MAP and convert the MAP to SYM then NMS format.
Finally, I will use NuMega Symbol Loader to open the NMS.
However, I wonder how it can be done in ollydbg?
Please give me some hint, thx!
Fig1:http://sysersoft.com/forum/Attachments/MAP.jpg
Fig2:http://sysersoft.com/forum/Attachments/map_details.jpg

Rachmaninoff
October 7th, 2007, 09:22
You can do this by a plugin. I use GODUP 1.2

MagicFX
October 7th, 2007, 10:23
I have loaded the map but ollydbg doesn't change!
Could you show me a tutor link?

http://sysersoft.com/forum/Attachments/GODUP.png

LLXX
October 7th, 2007, 21:02
What's so hard about writing down on paper or in Notepad or, you know, memorizing the addresses you're interested in? Your brain needs the exercise!

Also, fail for using Vista.

tom324
October 8th, 2007, 04:35
Use mapgen plugin to produce MAP file directly from IDA and then use mapconv (part of mapgen) to load it to Olly

http://www.sharemation.com/servil/idaplugs/

Tom

reverser
October 10th, 2007, 11:17
One non-obvious thing that stung me before is that the default width for the names column in Olly is ZERO. You have to drag the divider between addresses and disassembly to see it.