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

How to get Modules in Tlb? #24

Open Charltsing opened 4 years ago

Charltsing commented 4 years ago

i use oleview to open stdole2.tlb , i can found Modules->StdFunction->Functions->LoadPicture

but oleviewdotnet can not found it.

Assembly typelib = COMUtilities.LoadTypeLib(Tlbfile,null); I can not found StdFunction in typelib

any ideas?