Created dump.c as a central point for file dumping (includes header
authorEric Pouech <pouech-eric@wanadoo.fr>
Mon, 7 Mar 2005 11:03:53 +0000 (11:03 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 7 Mar 2005 11:03:53 +0000 (11:03 +0000)
commit627aeca259f9acef23838434c5079ee97e7f632c
tree97cb98017fb04df525cc1236f869b3f155783e9b
parent642402d5817f37c29555ccd01787d0317d640ad1
Created dump.c as a central point for file dumping (includes header
analysis, utility funcs...).
Added support for dumping minidump files.
tools/winedump/Makefile.in
tools/winedump/debug.c
tools/winedump/dump.c [new file with mode: 0644]
tools/winedump/minidump.c [new file with mode: 0644]
tools/winedump/pe.c
tools/winedump/pe.h
tools/winedump/winedump.h