delorie.com/djgpp/doc/utils/utils_16.html   search  
DJGPP Utilities Reference

[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

16. exe2coff

exe2coff is a utility that strips the DOS executable stub loader from the front of DJGPP executable image and writes a COFF image. This would be used as the first step in replacing the stub with a different stub. For example:

 
C:\> exe2coff myprog.exe
C:\> copy /b cwsdstub.exe+myprog mynewprog.exe


  webmaster     delorie software   privacy  
  Copyright © 2016     Updated May 2016