Date: Tue, 16 Aug 94 14:15:41 -0400 From: dj AT ctron DOT com (DJ Delorie) To: sasbnb AT unx DOT sas DOT com Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Re: Stripping the old go32? > suggested that there may be a way to "strip the old go32.exe and add the > new go32 or stub". > > Is this a possibility? If so, how can I pull it off? Use exe2coff to get the original coff file back, then use coff2exe to prepend the latest stub to the coff file.