oleviewdotnet icon indicating copy to clipboard operation
oleviewdotnet copied to clipboard

A .net OLE/COM viewer and inspector to merge functionality of OleView and Test Container

Results 23 oleviewdotnet issues
Sort by recently updated
recently updated
newest added

I've ran into an issue when trying to dissect the CLSID for Outlook. I am able to pull data about the exports using Powershell, but I am unable to replicate...

Hey, the processing of file names was failing on some Autodesk product, so I noticed that I could make this change and it worked.

Both app and PS scripts run with admin rights

Precise build number is `22621.1`. Exception is thrown [here in `COMUtilities`](https://github.com/tyranid/oleviewdotnet/blob/master/OleViewDotNet.Main/COMUtilities.cs#L2035) - apparently it's being passed `null` instead of a mangled WinRT name. If it helps: I was trying to...

Now Get-ComClassInterface tries to instantiate COM class for further querying implemented interfaces with CLSCTX derived from [DefaultServerType](https://github.com/tyranid/oleviewdotnet/blob/55b5cb0e48e7475e0c72e958300388a51ab1ccb2/OleViewDotNet.Main/Database/COMEnumerateInterfaces.cs#L512). But sometimes this results in error: ``` powershell $UsoClass = Get-ComClass -Clsid B91D5831-B1BD-4608-8198-D72E155020F7...

For comprehensive inspection of objects if would be helpful to see the numerical id and the help string (usually contains comment/description of method if provided by the developer) of methods...

It's an excellent tool, but I want to ask why there is no support for exporting the vtable address of an interface when it doesn't support InprocServer Activation. What is...

Hello, this tool is amazing. I like it very much, congratulations. I have an issue when I try to view the default interface of an in a COM Service (.exe):...

- Upgraded projects to new SDK style - Updated NuGet package references to most current - Applied VS2015 light theme for a more modern look

``` --------------------------- Error --------------------------- Type 'Microsoft.Office.Core.MsoSyncEventType, 2df8d04c-5bfa-101b-bde5-00aa0044de52, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null' was not loaded in the ReflectionOnly context but the AssemblyBuilder was created as AssemblyBuilderAccess.ReflectionOnly. --------------------------- OK --------------------------- ```