FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour useful for troubleshooting system errors
Posts: 6984
Joined: Fri Oct 07, 2005 07:07 PM
useful for troubleshooting system errors
Posted: Mon Sep 09, 2013 07:58 PM

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.

Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM
Re: useful for troubleshooting system errors
Posted: Mon Sep 09, 2013 09:25 PM
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
regards, saludos

Antonio Linares
www.fivetechsoft.com

Continue the discussion