pedump.c - PE(portable executable) file header dump source program
pedump.zip

This program works for portable executable file format.
Program prints various information about PE executable files.
Like image base of code, code offset, code size, data offset, data size, and
the number of sections in the file, their name, RVAs, offsets, sizes,
and their flags. Program also prints out detailed MENU information,
detailed DIALOG BOX information, and imported modules and detailed
information about modules. It also prints out exported function names.

Users of this program easily add some functions, since the structure of
PE file is rather well described in the program source.

This program was developed with DJGPP c language.
There is no special requirement to run this program.
You need only DJGPP complier to run this program.
All necessary headers are included in source program.

Files in this ZIP are:

pedump.c        PE dump program source
readme.txt      you are reading it now

You can freely use this source and distribute it under the condition of
its copyright notice is intact.

You can contact me if you have any questions or problems.
e-mail: sangcho@alpha94.chongju.ac.kr
phone:  +82-431-229-8491 (South Korea)