Is there a tool like Reflector for COM libraries?
Asked Answered
E

2

9

Is there a tool like Reflector for COM libraries? I would like to open a COM library and browse the classes and interfaces just like in Reflector. I would rather not install Visual Basic 6.0 in order to do this, if possible.

Eyelet answered 23/4, 2009 at 9:4 Comment(0)
B
8

Not in the same way however there are number of tools that allow you to examine the type library. For example OleView.

You can also get a good idea of the types inside COM library by simply adding it to a .NET project. You can then use object browser to browser the resulting interop assembly or even use Reflector on the assembly.

Bryant answered 23/4, 2009 at 9:16 Comment(0)
P
3

Even though normal reason for this tool is doing security assessment for COM objects you can still try ComRaider - http://labs.idefense.com/software/fuzzing.php#more_comraider

It's similar to Oleview.

Pontonier answered 23/4, 2009 at 9:26 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.