devel-windows.rst
author Oleksandr Gavenko <gavenkoa@gmail.com>
Mon, 12 Oct 2009 23:05:22 +0300
changeset 218 9ae36e91b0d0
parent 189 a433d6009641
child 288 c34bdce72894
permissions -rw-r--r--
merged

-*- mode: outline -*-

* Dependency Walker.

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.

See

  http://www.dependencywalker.com/

* Sysinternals.

TODO