Where can I find a version of dependency walker that works on Windows 10.

Where can I find a version of dependency walker that works on Windows 10.
I've tried following the instructions here:

https://stackoverflow.com/questions/8832936/profiling-x86-executable-with-dependency-walker-hangs-on-windows-7-x64

But after downloading 1GB :-< of WDK there is no depends.exe anywhere on my system. The version of dependency walker that google turns up is 2.2.600 which is broken on W10.

I need version 2.2.888 which is included in the WDK according to the docs, but does not actually get installed.
https://stackoverflow.com/questions/8832936/profiling-x86-executable-with-dependency-walker-hangs-on-windows-7-x64

Comments

  1. I have version 2.2.6000 downloaded in 2013 which does work. I'm using the x86 version on 32bit apps in Win10 x64. I think I downloaded it from dependencywalker.com - Dependency Walker (depends.exe) Home Page

    ReplyDelete
  2. 2.2.6000 is ancient and has problems on modern Windows

    ReplyDelete
  3. Johan Bontes Follow the link (https://stackoverflow.com/questions/8832936/profiling-x86-executable-with-dependency-walker-hangs-on-windows-7-x64#comment68572859_36049618) in the comment to the top voted answer, to get the old version of the WDK that has depends version 2.2.10011.

    These versions seem to work on my Windows 10, although they do take ages to process the module when you open it. And I cannot manage to profile a 32 bit process.

    Perhaps it's time to give up on Dependency Walker.......

    ReplyDelete

Post a Comment