What is the equivalent of Linux's ldd on windows?

前端 未结 10 1704
既然无缘
既然无缘 2020-12-12 14:28

What is the equivalent of Linux\'s ldd on Windows?

10条回答
  •  温柔的废话
    2020-12-12 15:32

    I guess the Windows Developer way to do this is to use dumpbin /dependents source.exe. If you have Visual Studio installed you can find it here: C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\dumpbin.exe.

提交回复
热议问题