Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 454 Bytes

File metadata and controls

6 lines (4 loc) · 454 Bytes

OleView.NET

OleViewDotNet is a .NET 4 tool which merges the classic OleView and Test Container tools. 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.