Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to browse DLL file's contents

Tags:

dll

I'm not able to open .dll's in Notepad. How can I browse it's contents to view the code available in the class?

like image 375
Webnet Avatar asked Sep 05 '25 03:09

Webnet


1 Answers

You can get a good start using a dependency program like http://www.dependencywalker.com/.

This should tell you something about what functions the DLL exports.

like image 169
Greg Humphreys Avatar answered Sep 07 '25 23:09

Greg Humphreys