Log in

View Full Version : how to use a .map file?


xili
September 8th, 2005, 02:11
I want to debug my project with OllyDbg. It's an BCB6 project.

Can OllyDbg use the .map file produced by BCB6?

xili
September 8th, 2005, 05:45
I can import the .map file using MapConv.dll now.

Is it possible to load the .cpp source file into OllyDbg?

blabberer
September 8th, 2005, 08:09
yes
if you had compiled it with debuginfo use ctrl+f5
if you dont have debuginfo
then you can load obj files also
use right click -->analyze -->scan object files
you can also use the implib scanner
see view menu