Log in

View Full Version : OllyDebug Implib scanner


Vitaly
November 12th, 2002, 19:12
Hi!
I have one problem with the import libraries. When I select some library (ex. mfc42.lib or mfc42d.lib) and click "Process" Implib scanner shows many ordinals in my code, but in the CPU window MFC functions still display as numeric ordinals.
What I do wrong? Please help me!
Thanks to Olly for a very good debugger!!!

TBD
November 12th, 2002, 22:37
Vitaly: i tried on GUIDGEN.EXE from VC package with MFC42.LIB and it works for me.

here are the steps:
1. open GUIDGEN.EXE
2. Debug/Select import libraries
3. Add MFC42.LIB
4. Process

i used OllyDbg 1.08B2, MFC42.LIB - 2.157.890 bytes, GUIDGEN.EXE - 24.649 bytes

Vitaly
November 20th, 2002, 18:54
Hi!
It's me again. I've try LIBs and GUIDGEN.EXE from Visual Studio 5.0 and haven't any results.
Maybe I must use LIBs from Visual Studio 6.0 only?

Vitaly.

PS. Sorry for my poor English.

TBD
November 20th, 2002, 22:45
Vitaly: i tried with VS 6.0 and it works perfectly.
also check "Demangle symbolic names" in Options/Addresses

Vitaly
December 5th, 2002, 04:08
Hello.
Yes, that's right! LIB files from Visual C++ 5 don't work with IMPLIB Scanner.
I tried LIBs from VS 6 and it works for me too.
Thank you, TBD!