===============================================================================
VBinDiff                    Visual Binary Diff 1.7                  18-Jan-1996
===============================================================================
                                           Copyright 1995 Christopher J. Madsen

Overview
========
VBinDiff provides a simultaneous hex/ASCII dump of two files, with any
differences between them hilighted in red.  You can scroll both files
simultaneously or each one independently.

Invoking VBinDiff
=================
Just specify the files you want to compare:
  VBinDiff FILE1 FILE2

The only options are to display information about VBinDiff:
  --help          Display this help information and exit
  -L, --license   Display license & warranty information and exit
  -V, --version   Display version information and exit

Using VBinDiff
==============

The Display
-----------
The first line displays the name of the first file, followed by nine
lines (144 bytes) of its contents, 16 bytes per line.  All numbers are
displayed in hexadecimal.  Any differences between the files are
hilighted in red.

Position   Hex data                                          ASCII data
in file
0000 0040: 2D 2D 2D 2D 2D 2D 0D 0A  2F 2F 20 24 49 64 3A 20  ------.. // $Id:
0000 0050: 76 62 69 6E 64 69 66 66  2E 63 63 20 31 2E 35 20  vbindiff .cc 1.5

Note that bytes less than hex 20 are shown as `.' in the ASCII
display.  There is also an extra space between the first 8 and last 8
bytes on the line.

Next comes the name and contents of the second file.

At the bottom is a window displaying the most common commands.

Movement Keys
-------------
Up      Move one line (16 bytes) towards the beginning of the file
Down    Move one line (16 bytes) towards the end of the file
Left    Move one byte towards the beginning of the file
Right   Move one byte towards the end of the file
PageUp  Move one page (8 lines) towards the beginning of the file
PageDn  Move one page (8 lines) towards the end of the file
Home    Move to the beginning of the file

Holding down Alt while using the movement keys will scroll only the
bottom file.  Holding down Ctrl will scroll only the top file.

Other Keys
----------
Enter  Move to the next difference between the files
Esc    Exit VBinDiff
Q      Exit VBinDiff

License
-------
VBinDiff is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the
Free Software Foundation; either version 2 of the License, or (at your
option) any later version.

VBinDiff is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
General Public License for more details.

You should have received a copy of the GNU General Public License
along with VBinDiff (see the file COPYING); if not, write to the Free
Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.

Please read the file COPYING for the full details.

Author
------
Christopher J. Madsen           ac608@yfn.ysu.edu
3222 Darby Lane
Denton, TX  76207-1305

Please send me bug reports and suggestions for improvement.  I don't
promise to implement them, but I'll consider it.  If you send a patch,
please send a context diff.  If you want to send money, that's fine
too.
