Page 1 of 1

useful for troubleshooting system errors

PostPosted: Mon Sep 09, 2013 7:58 pm
by Otto
http://www.dependencywalker.com/

Dependency Walker is a free utility that scans any 32-bit or 64-bit Windows module (exe, dll, ocx, sys, etc.) and builds a hierarchical tree diagram of all dependent modules. For each module found, it lists all the functions that are exported by that module, and which of those functions are actually being called by other modules. Another view displays the minimum set of required files, along with detailed information about each file including a full path to the file, base address, version numbers, machine type, debug information, and more.

Re: useful for troubleshooting system errors

PostPosted: Mon Sep 09, 2013 9:25 pm
by Antonio Linares
Otto,

I use PEInfo for a long time, it is very easy and usefull :-)
https://code.google.com/p/fivewin-contributions/downloads/detail?name=peinfo.exe