Download XDLL.ZIP
XDLL v1.0 - Microsoft Windows DLL Calling Translator for Turbo Dump

XDLL can be used as a filter
  e.g. TDUMP smurf.exe | XDLL
  or   TDUMP smurf.exe smurf.dum
       XDLL < smurf.dum
or as an ordinary program with command-line option
  e.g. TDUMP smurf.exe smurf.dum
       XDLL smurf.dum

This utility is a DOS executable for inspecting 16-bit Windows applications. 
It will translate any numbered-DLL-function-call into appropriate function name, when used
in cooperation with Borland's Turbo Dump (TDUMP). 
 
To enable it doing so, user must supply additional (non standard) DLL number-to-name
conversion table. This table can be generated easily, by editing TDUMP output for related
DLLs.

I would like to rewrite this kind of utility in 32-bit environment, but lacks of
PE format information/inspection utility has been forbade me to do so. And I will
thank you for any help in this matter.

Andika Triwidada
http://geocities.datacellar.net/SiliconValley/9166
mailto:andika@hotmail.com

-----------------------------------------------------------------------------------

XDLL.EXE  13 May 1997, 15858 bytes

these are several number-to-function-name translation for generic 'DLL'
BWCC.N                   420
COMMDLG.N                283
COMPOBJ.N               4413
CTL3DV2.N                616
GDI.N                   6359
KERNEL.N                5011
KEYBOARD.N               437
LZEXPAND.N               203
MMSYSTEM.N              3548
USER.N                  9528
VER.N                    235

VER.DUM   : untouched TDUMP output for VER.DLL
VER.D2    : VER.DUM after XDLL post-processing
1