命令行工具查找Dll依赖关系 [英] Command line tool to find Dll dependencies

查看:471
本文介绍了命令行工具查找Dll依赖关系的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

存在哪些命令行工具来递归地查找所有的DLL依赖关系?
我尝试过转储依赖关系Walker (又名Depends.exe),但是,只有dumpbin才能找到依赖关系的第一级,而Dependency Walker的输出并不是真正的计算机友好。 / p>

Which command line tools exist to recursively find all DLL dependencies? I tried dumpbin and Dependency Walker (aka Depends.exe) that come with Visual Studio, but dumpbin only finds the first level of dependencies, and the output of Dependency Walker is not really computer friendly.

推荐答案

尝试 / oc:FILENAME 选项来依赖,逗号分隔值文件。这看起来比通过/ ot:FILENAME /选项生成的自由格式文本文件更容易解析。

Try the /oc:FILENAME option to depends, to write a comma-separated values file. This looks like it's easier to parse by machine than the "free-form" text file generated by the /ot:FILENAME/ option.

这篇关于命令行工具查找Dll依赖关系的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆