Modern alternative to Dependency Walker

Hi,

Since I’ve seen Dependency Walker mentioned occasionally on this list,
and I’ve used it extensively in the past. I thought people might be
interested, if they don’t already know about it, about a modern
rewrite/reimplementation I came across recently (I have no association
with the project). I’ve used it a bit and it seems like an improvement
over the old application.

It’s called “Dependencies” and is at
https://github.com/lucasg/Dependencies :

A rewrite of the old legacy software “depends.exe” in C# for Windows
devs to troubleshoot dll load dependencies issues.

|Dependencies| is a rewrite of the legacy software Dependency Walker
http:</http:> which was shipped along Windows SDKs,
but whose developement stopped around 2006. |Dependencies| can help
Windows developers troubleshooting their dll load dependencies issues.


Rebecca Cran