Is there a tool like Reflector for COM libraries?

笑着哭i 提交于 2019-12-20 23:49:49

问题


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.


回答1:


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.




回答2:


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.



来源:https://stackoverflow.com/questions/780880/is-there-a-tool-like-reflector-for-com-libraries

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!