4

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?

Joel Coehoorn
  • 399,467
  • 113
  • 570
  • 794
Ben
  • 60,438
  • 111
  • 314
  • 488
  • Possible duplicate of [How to view DLL functions?](http://stackoverflow.com/questions/4438900/how-to-view-dll-functions) – user Jun 14 '16 at 08:02

1 Answers1

5

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.

Greg Humphreys
  • 968
  • 1
  • 7
  • 11