makepatch.c -- C source code
makepatch-i386-Linux -- 32-bit Linux executable
makepatch-x86-64-Linux -- 64-bit Linux executable
makepa32.exe -- 32-bit Windows executable

Usage: makepatch [-b] OLDFILE NEWFILE

Prints the byte differences between OLDFILE and NEWFILE on standard output
in the form of a patch suitable for use as input to patch32lsb.

If the -b switch is used then addresses will be relative to a base address
which makes a patch easier to update if only its location changes.

OLDFILE and NEWFILE must be the same length.
