Log in

View Full Version : debug info import?


_Servil_
November 23rd, 2002, 03:52
is it possible to import a debug info, like produced by ms products (idb) or better from ida disassembler into ollydbg? i think importing .map files woul be sufficient...

and about the analysis, i encountered it must be done again whenever i change the debugged file, and this is not good cause all the labels/breakpoints/... are discarded. does ollydbg offer feature to save&restore all infos contained in the analysis file?

TBD
November 24th, 2002, 00:12
for .map importing use mapconv plugin (oops i forgot to add it to plugin page)
i will upload tomorrow.

about save&restore user info - maybe a plugin would be nice. i will investigate

TBD
November 25th, 2002, 00:26
on a second thought ... save&restore user info is not possible because if the program is changed that all labels/comments/breakpoint are no more valid (the addresses are changed)

_Servil_
November 25th, 2002, 10:58
hi, i thought not rebuilding the whol program just a little change so all offsets remain the same...

thanks for mapconv, i'd like put my filthy hands on it, is there a download availble?

TBD
November 25th, 2002, 11:34
it is hard to implement what you say because Olly must check what is the difference between last exe and new compiled exe -> greater loading time and also the old version must be save somewhere ... so dont be lazy and make them again or better use debug info or map file for variables/routines/...

mapconv is available on ollydbg stuph page ... the link is in annoucements area