I'd like to see what classes and functions are present in a PYD I have. Are there tools for Windows that let me do that, comparable to how nm
on Linux lets me see the symbols defined in .so files?
Asked
Active
Viewed 1,139 times
1 Answers
2
Dependency Walker will allow you to examine the symbols and linkage of any DLL.

Ignacio Vazquez-Abrams
- 776,304
- 153
- 1,341
- 1,358
-
Huh, should've thought of tools for inspecting DLLs - thanks, I'll give that a try! – G. Bach May 17 '15 at 18:29