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

Popular posts from this blog

java - UnknownEntityTypeException: Unable to locate persister (Hibernate 5.0) -

python - ValueError: empty vocabulary; perhaps the documents only contain stop words -

ubuntu - collect2: fatal error: ld terminated with signal 9 [Killed] -