Unmanaged Dll's.

  • Thread starter Thread starter Mythran
  • Start date Start date
M

Mythran

How can I go about viewing all public members/methods of an unmanaged
library? If something in .Net already exists to view unmanaged libraries
(such as cards.dll) or a way to programmatically create a program which can
view them, that would be helpful :)

Thanks in advance,
Mythran
 
Mythran said:
How can I go about viewing all public members/methods of an unmanaged
library? If something in .Net already exists to view unmanaged libraries
(such as cards.dll) or a way to programmatically create a program which
can view them, that would be helpful :)

Dependency Walker 2.1
<URL:http://www.dependencywalker.com/>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top