I'm interested in revers engineer COM objects. How can I find interfaces that a particular object implements if I know what interface it is?
Please tell if I need to change or rephrase the question.
If you're looking to reverse engineer the COM library programatically, you should refer to Improve Your Debugging by Generating Symbols from COM Type Libraries
If you're looking to reverse engineer the COM library statically via IDA Pro, you can use Class Informer.
If you're looking to reverse engineer the COM library via a nice GUI, I recommend COMView.
TLB
files to be able to generate the symbols? If I only have adll
file, I'm in trouble? – PhoeniX Jul 23 '13 at 18:29