home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 8 / CDASC08.ISO / VRAC / TMBINMOR.ZIP / BINMORE.DOC next >
Text File  |  1993-08-02  |  1KB  |  24 lines

  1. binmore.doc - documentation for BINMORE - Copyright 1987-1993 TDRMSoft
  2.  
  3.     Binmore is a browser for binary files with fixed length records.  You may
  4. specify the size of a header as well as the length of records.  Binmore
  5. will display each record in hex, decimal, ascii or a combination of these.
  6. Binmore helps you snoop other people's file structures, as was well as debug
  7. your own.  Note: only the first 64k of the file can be displayed.
  8.  
  9. Usage:             binmore [-n] filename 
  10.                                            where n == record length in bytes
  11.  
  12. In addition to cursor keys, use these:
  13. Display toggles:               Record length:           Offset length:
  14.   h -- hex                       l -- subtract 1          o -- subtract 1
  15.   a -- ascii                     L -- add 1               O -- add 1
  16.   d -- decimal
  17.   n -- record number vs. hex offset
  18.  
  19. If you use this program regularly, please send $10.00 to:
  20.     TDRMSoft
  21.     400 Central Park West - 20R        Source code in C available for $50.00
  22.     New York, NY 10025-5858                Tom Milne
  23.     (212)-865-2719                         TMILNE@AOL.COM
  24.