Hi folks,

this is just a little tool I wrote an hour ago, to reconstruct the fixup
table of WWPack 1.12 packed files, that was previously unpacked with the
great PROCDUMP.

You should first unpack the WWPacked files with PROCDUMP, or by hand and
then use this tool to convert the attached packed fixups into a working
fixuptable. You will get two output files: fixups.lin = linear table
of fixups. fixups.dat = fixups in PE format. And if there is enough room
in the section called .reloc, the reconstructed fixuptable, will be written
back into the PE file...


Bye ANAKiN...

PS.: If you have other versions of WWPack, please send me small files, that
are packed with it. I will check, if my code works for those versions, too.
ANYWAY PE-PACK is far better... Especially on large files with big resources.

