Log in

View Full Version : Function name of CALL <JMP.&MFC42.#xxx>


OnoSendai
August 12th, 2004, 03:32
hello all,

does anybody know how to get the function names for calls like:
CALL <JMP.&MFC42.#825>

thanks!

Lord_Looser
August 13th, 2004, 01:51
To get more info for export functions the simplest way is to add import libraries.
OllyDbg – menu – debug – Select import libraries – Add “mfc42.lib” – Process (restart OllyDbg)
(OllyDbg – menu – Debugging options – Addresses – Demangle symbolic names)

To get library functions' info you have to copy *.PDB (e.g. MFC42.PDB) file into you system32 folder.

OnoSendai
August 14th, 2004, 12:19
i had to install a service pack to get the mfc42.lib but now it works perfectly.

thank you very much!