摘要: [Win10] depends.exe(即Dependency Walker)运行很慢解决办法 https://blog.csdn.net/H_O_W_E/article/details/122924694 官网下载: http://www.dependencywalker.com/ 阅读全文
posted @ 2025-10-14 11:49 txwtech 阅读(10) 评论(0) 推荐(0)
摘要: Dependency Walker使用说明 微软官方有提供depends,可以查看exe文件的依赖库,仅适用于winxp/win7/win8,但是不能用于win10,会卡死报错. https://github.com/lucasg/Dependencies 最新版本看这里! 阅读全文
posted @ 2025-10-14 11:26 txwtech 阅读(17) 评论(0) 推荐(0)
摘要: Microsoft Visual C++ Redistributable(系统运行库,简称MSVC,VB/VC)是Windows操作系统应用程序的基础类型库组件。 Microsoft Visual C++运行库,Windows系统装机必备组件,这是官方版安装包。 Microsoft Visual C 阅读全文
posted @ 2025-10-14 08:09 txwtech 阅读(1065) 评论(0) 推荐(0)
摘要: dll查看依赖文件dumpbin.exe: D:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\bin\HostX64\x64>dumpbin.exe /dependents 阅读全文
posted @ 2025-10-14 07:58 txwtech 阅读(10) 评论(0) 推荐(0)