home *** CD-ROM | disk | FTP | other *** search
/ rtsi.com / 2014.01.www.rtsi.com.tar / www.rtsi.com / OS9 / OSK / CMDS / hdump_1.1.lsm < prev    next >
Text File  |  2009-11-06  |  2KB  |  51 lines

  1. Begin3
  2. Title:          hdump-1.1.tgz
  3. Version:        1.1
  4. Entered-date:   25JAN96
  5. Description:    File utilities
  6.  
  7.     hdump is a simple hex dump utility.  I missed it badly from OS-9
  8.     so I wrote my own.  The difference between it on 'od' is the ascii
  9.     dump side by side with the numeric dump.  Makes it much easier to
  10.     read a binary files contents.
  11.  
  12.     undump will take a hex dump created by dump and convert it back
  13.     to a binary file.  This is a very useful tool if you don't have
  14.     access to a binary file editor. You may make patches to any binary
  15.     file by redirecting the output of hdump to a file, useing a text
  16.     editor on the file (editing only the hex values), then use undump
  17.     to create the modified version.
  18.  
  19.     NOTE: undump will only work with HEX output from hdump or from the
  20.           OS-9 dump utility.
  21.  
  22.     hdump -? results in:
  23.  
  24.     Syntax: hdump [<opts>] [<path>] [<opts>]
  25.     Function: formatted display of contents of a file
  26.     Options:
  27.        -b    binary display
  28.        -d    decimal display
  29.        -h    hexadecimal display (default)
  30.        -o    octal display
  31.        -z    read from standard input
  32.        -v    version
  33.  
  34.     undump -? results in:
  35.  
  36.     Syntax: undump [<opts>] outfile [<opts>] <infile
  37.     Function: recreate file from hdump output
  38.     Option:
  39.        -h    help
  40.        -v    version
  41.  
  42. Keywords:       hex binary octal dump od hdump undump
  43. Author:         mikeh@hypertech.com (Mike Haaland)
  44. Maintained-by:  mikeh@hypertech.com (Mike Haaland)
  45. Primary-site:   sunsite.unc.edu
  46.                 5K hdump-1.1.tgz
  47. Platforms:      UNIX (SCO/Linux/SunOS/Solaris) or OS-9 K&R C
  48. Copying-policy: freely distributable
  49. End
  50.  
  51.