PDA

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


OnoSendai
08-12-2004, 04:32 AM
hello all,

does anybody know how to get the function names for calls like:
CALL

thanks!

Lord_Looser
08-13-2004, 02:51 AM
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
08-14-2004, 01:19 PM
i had to install a service pack to get the mfc42.lib but now it works perfectly.

thank you very much!