tyranid / oleviewdotnet

A .net OLE/COM viewer and inspector to merge functionality of OleView and Test Container
GNU General Public License v3.0
1.1k stars 182 forks source link

Several new features for OVDN #20

Closed irsl closed 4 years ago

irsl commented 4 years ago
tyranid commented 4 years ago

I've upload v1.1.26 of NtApiDotNet to NUGET. Can you update to that version in the OleViewDotNet.Main and OleViewDotNet.PowerShell projects. Also having run the patch I noticed a few things, first the button on the TypeLib viewer says "clpbrd!" perhaps Export is more appropriate to put as text. Also the formatting drop down doesn't work if you view a normal type library. Perhaps disable the drop down box (set Enable to false) when displaying a converted TypeLib (add something to the constructors to set True or False for something depending on which constructor is called) so it's obvious it doesn't work in that mode.

irsl commented 4 years ago

Besides completing your requests, I just implemented two more features:

The PR now includes these changes as well so you can inspect if you like, I keep testing it for a few days to be more comfortable I didn't break anything unintentionally.

tyranid commented 4 years ago

Thanks.