lucasg / Dependencies

A rewrite of the old legacy software "depends.exe" in C# for Windows devs to troubleshoot dll load dependencies issues.
MIT License
8.98k stars 733 forks source link

Support add to context menu in explorer #267

Open chen3feng opened 4 months ago

chen3feng commented 4 months ago

Dependency Walker has this feature.

I have implemented this feature as a batch script, please see this:

https://gist.github.com/chen3feng/8fc7d04d85ab75f9e0ab187cfbc59ce9

image

If you think it is OK, I'd be glad to contribute it to the project.

Octet-nl commented 1 month ago

@chen3feng Thanks! I was looking for this feature. Your solutions works perfectly!