Log in

View Full Version : MFC API


MC707
May 5th, 2004, 00:54
Can OllyDbg recognize MFC "API"?
For example:
00417D5C ¦. E8 C5520300 ¦CALL ‹JMP.&MFC42.#5857›

focht
May 5th, 2004, 03:15
Hi,

see my reply here:

http://ollydbg.win32asmcommunity.net/?action=vthread&forum=3& topic=518
("http://ollydbg.win32asmcommunity.net/?action=vthread&forum=3&topic=518
")

Regards,

A. Focht

MC707
May 5th, 2004, 06:06
oh, i've not saw this post. Thx.

Yeah, thats a pity that it cant be so.

psyCK0
May 5th, 2004, 07:13
You can use IDA to explore your target, then create a .map file and use a plugin to import the .map into Olly. Easy, huh? =)

MC707
May 5th, 2004, 22:14
Yeah! That works. I dont knew it. Big thanks!