Window 下如何检查 DLL 依赖(How to check for DLL dependency?)
作者:互联网
- 安装 Visual Studio,加载 "Developer Command Prompt for VS 2017",使用 dumpbin 工具
dumpbin /dependents your_dll_file.dll
- 安装 Cygwin,打开 Cygwin Terminal,可以运行 linux 指令
ldd your_dll_file.dll
参考链接:https://stackoverflow.com/questions/7378959/how-to-check-for-dll-dependency
标签:check,dll,How,Window,Cygwin,file,DLL,your 来源: https://www.cnblogs.com/oddpage/p/16099044.html