Bullfog Debug executables Pack v1.0
Compiled with Watcom C/C++

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

This archive contains EXE files of various games
 developed by Bullfrog Productions.

I've selected only these executables which were
 left with debugging information inside.
To extract the debugging information, just
 run _export.bat. This will use my modified
 version of wdump.exe to create 3 files for every
 executable:
- .MAP file with complete (C++) names of functions
- .MAP file with stripped (Ansi-C) names of functions
- .TXT with verbose version of all the debugging
 information

The .MAP files can be loaded with most debuggers
 to name all the functions during debug process.
Also, IDA Pro can (with additional plugin named
 LoadMap) load these files.

The wdump.exe can also generate .DEF files, so if
 your disassembler loads .DEFs, you can simply
 generate them too.


