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/>
 
Back
Top