PE Builder v3 plugin
New: 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 :

That plugin was last modified by Seki on October 7, 2003 for compatibility with PEBuilder 3.0.15 beta.

  1. Download Dependency Walker from the link above and extract somewhere.
    (Some previous versions are also bundled with MS Visual C++ tools.)
  2. Download the depends.cab cabinet file
  3. Select "Add" from the plugins list of PE Builder and select depends.cab file.
    PEBuilder will ask you for a folder to create within plugins folder.
  4. Copy these files from where you extracted Dependency Walker to the folder that PEBuilder had just created:



PE Builder's plugins by Sébastien Kirche. Copyright (c) 2003-2004. All rights reserved.