home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 36 Tips / 36-Tips.zip / hdrrepa.zip / HDR_REP.TXT
Text File  |  1999-03-18  |  1KB  |  34 lines

  1. MODUTILS PACKAGE OS2TOOLS
  2. OS/2 Load Module Utilities
  3. Version 1.0
  4. REPACK.EXE 1.0
  5.         This utility may be used to change the level of segment packing
  6.         within a load modue - see /EXEPACK parameter of LINK386 for
  7.         further information.
  8.  
  9.         Current limitations: does not correctly handle OS2KRNL - hope to fix
  10.         this soon.
  11.  
  12. HDR.EXE 2.10.000
  13.         A comprehensive utility that formats the load module header tables.
  14.         Very useful, if not esential, when needing to use PATCH to determine
  15.         a file offset that corresponds to a module offset.
  16.  
  17. Example usage:
  18.         Use REPACK if you wish to PATCH a module segment that's been packed.
  19.  
  20.             REPACK /E:0 file
  21.  
  22.         Use HDR to determine the file position by specifying:
  23.  
  24.             hdr -m file         (NE modules linked with LINK)
  25.             Look for the file offsets in the segment table.
  26.  
  27.             hdr -v file         (LX modules linked with LINK386)
  28.             Look for the file offsets in the page map table.
  29.  
  30. Support:
  31.         OS2KDBUG FORUM
  32.         Richard Moore/UK/IBM@IBMGB
  33.         richardj_moore@uk.ibm.com
  34.