PDA

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


MagicFX
10-07-2007, 09:10 AM
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
10-07-2007, 09:22 AM
You can do this by a plugin. I use GODUP 1.2

MagicFX
10-07-2007, 10:23 AM
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
10-07-2007, 09:02 PM
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
10-08-2007, 04:35 AM
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
10-10-2007, 11:17 AM
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.