Short:        Makes patch exes by scanning file changes
Author:       accolyte@wr.com.au (Accolyte)
Uploader:     accolyte wr com au (Accolyte)
Type:         util/cli
Architecture: m68k-amigaos

This is a small utility for making stand-alone executables
to patch software. Mostly it's meant to save time, but it also
makes it easy to release small patch files, instead of having
to distribute the entire program that was changed or fixed.

What it does is compare two files of the same size, and note the
differences between them. These differences can be saved to a
patch file, or converted into an executable that will apply the
changes automatically.