c# - How to read function table (COM type libraries) from unmanaged DLL -
i want list of functions , interfaces unmanaged dll provides. first attempt read export table of dll, there 4 standard functions dllregisterserver, dllunregisterserver etc. when scanning dll dllexp.exe there option "scan com type libraries". scaning dll option gives me wanted informations interfaces , methods. how can access "table" or whatever in pe-file-header functionnames?
if has working example c# awesome.
Comments
Post a Comment