Search code examples
pythonpyd

Windows analogue of Linux nm to see contents of PYD files?


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?


Solution

  • Dependency Walker will allow you to examine the symbols and linkage of any DLL.