How to view DLL functions?

后端 未结 8 640
余生分开走
余生分开走 2020-11-30 18:47

I have a DLL file. How can I view the functions in that DLL?

8条回答
  •  无人及你
    2020-11-30 19:18

    For native code it's probably best to use Dependency Walker. It also possible to use dumpbin command line utility that comes with Visual Studio.

提交回复
热议问题