A .net OLE/COM viewer and inspector to merge functionality of OleView and Test Container
C#
Switch branches/tags
Nothing to show
Latest commit 6d6ca4d Sep 18, 2017 James Forshaw James Forshaw Fix issue with automatic column type generation.

README

OleViewDotNet is a .NET 4 application to provide a tool which merges the classic SDK tools
OleView and Test Container into one application. It allows you to find COM objects through
a number of different views (e.g. by CLSID, by ProgID, by server executable), enumerate
interfaces on the object and then create an instance and invoke methods. It also has a basic
container to attack ActiveX objects to so you can see the display output while manipulating
the data. 

All work (barring the shameless borrowing of the icon) copyright James Forshaw (c) 2014