Log in

View Full Version : Typelibrary calculating function offset


Iwarez
June 7th, 2002, 18:53
Hi dear reversers,

I'am trying to debug a application that uses an external dll that uses a COM interface. I found a program called tlbdbg.exe from ms that generates a map file for me containing all the functions with their offsets. It works with a dll I made myself to test it but it crashes on the one I want to debug. Is there any other program that generates a map file (with all the function offsets of the exported functions) like tlbdbg does? Or is there an easy way to do it myself?

Thank you for your time.

I-W