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

Supporting x64 CLR dependencies #241

Open himeshsameera opened 1 year ago

himeshsameera commented 1 year ago

Seems x64 CLR dlls do not display mscoree.dll as a dependency. So now it seems CLR dlls are not getting enumerated properly. Please check the x64 build's dependencies.

old

So in my branch I changed the ClrPhLib to detect CLR dlls based on COM DESCRIPTOR on the dll file. Now it can display the CLR dependencies on x64 binaries.

new

Please check this and let me know if there is any thing more I can do to help fix this issue. I'd be happy to help.