Dependency Walker

http://www.dependencywalker.com/

 

Dependency Walker is a free utility that scans any 32-bit or 64-bit Windows module (exe, dll, ocx, sys, etc.) and builds a hierarchical tree diagram of all dependent modules. For each module found, it lists all the functions that are exported by that module, and which of those functions are actually being called by other modules. Another view displays the minimum set of required files, along with detailed information about each file including a full path to the file, base address, version numbers, machine type, debug information, and more.

Dependency Walker is also very useful for troubleshooting system errors related to loading and executing modules. Dependency Walker detects many common application problems such as missing modules, invalid modules, import/export mismatches, circular dependency errors, mismatched machine types of modules, and module initialization failures.

Dependency Walker runs on Windows 95, 98, Me, NT, 2000, XP, 2003, Vista, 7, and 8. It can process any 32-bit or 64-bit Windows module, including ones designed for Windows CE. It can be run as graphical application or as a console application. Dependency Walker handles all types of module dependencies, including implicit, explicit (dynamic / runtime), forwarded, delay-loaded, and injected. A detailed help is included.

Dependency Walker is completely free to use. However, you may not profit from the distribution of it, nor may you bundle it with another product.

 

经过测试发现,Dependency Walker已经无法在win10正常工作。

 

可以使用另外一个工具Dependencies来查看依赖

https://github.com/lucasg/Dependencies/releases  运行DependenciesGui.exe

但是这个工具看不了依赖的是哪一个版本

因为杀毒软件误报的问题,必须下载没有peview的版本,Dependencies_x64_Release_.without.peview.exe

 

dnSpy可以查看依赖的是哪一个版本

https://github.com/dnSpy/dnSpy/releases

 

https://github.com/s-siplivy/PackageChecker

可以查看某一个文件夹下的所有dll文件,列出每个文件所缺少的依赖

唯一不足的是,不会判断bindingRedirect

 

可以用vs自带的AssemblyExplorer来查看依赖,而且可以看到依赖的版本

 

 

 

 

 

作者:Chuck Lu    GitHub    
posted @   ChuckLu  阅读(3026)  评论(0编辑  收藏  举报
编辑推荐:
· 记一次.NET内存居高不下排查解决与启示
· 探究高空视频全景AR技术的实现原理
· 理解Rust引用及其生命周期标识(上)
· 浏览器原生「磁吸」效果!Anchor Positioning 锚点定位神器解析
· 没有源码,如何修改代码逻辑?
阅读排行:
· 全程不用写代码,我用AI程序员写了一个飞机大战
· DeepSeek 开源周回顾「GitHub 热点速览」
· MongoDB 8.0这个新功能碉堡了,比商业数据库还牛
· 记一次.NET内存居高不下排查解决与启示
· 白话解读 Dapr 1.15:你的「微服务管家」又秀新绝活了
历史上的今天:
2018-04-20 system.web section group下的section
2018-04-20 Configuration.SectionGroups
2016-04-20 What is the difference between task and thread?
点击右上角即可分享
微信分享提示