tyranid / oleviewdotnet

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

show the proc name #17

Closed QQ2017 closed 4 years ago

QQ2017 commented 4 years ago

image

Why don't show the proc name?

For example, here are their real function names:

image

tyranid commented 4 years ago

Unfortunately you can't get the names when the interface is derived from the COM proxy as the names just don't exist. You can if you get it from a type library or if that particular interface is implemented internal to the tool, but most interfaces aren't. In this case there's just not enough information.