Hacker News new | ask | show | jobs
by samiv 569 days ago
why not just use the original dependency walker then? It's minimal and if I remember correctly it's all in a self contained executable.
1 comments

It doesn't work on modern Windows (due to SxS IIRC)
It's API sets that broke it, not SxS.

You see these as the program trying to import nonexistent DLL files that start with the name "api-ms-win-". Dependency Walker can't handle those imports at all, it only deals with real DLL files.