PE Builder v3 pluginNew: i have also made a plugin to add support for the Via Rhine III Ethernet adapter. I have not much time to make the html stuff, but you can still grab it there:nic_via_rhine.cab
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.
Dependency Walker was written by Steve P. Miller and is available for several platforms :
x86 (Windows 95 / 98 / Me / NT / 2000 / XP -> v2.1)
AXP64 -> v2.0
Alpha -> v2.0
MIPS -> v1.0
IA64 -> v1.0
That plugin was last modified by Seki on October 7, 2003 for compatibility with
PEBuilder 3.0.15 beta.
Download Dependency Walker from the link above and extract somewhere. (Some previous versions are also bundled with MS Visual C++ tools.)