home *** CD-ROM | disk | FTP | other *** search
- binpatch.c - apply output of "cmp -l" to patch a binary file
-
- This simple program takes the output from "cmp -l" and applies it as a set
- of patches to a given input file. The input file itself is modified and no
- backup file is created. Thus if a backup of the original is desired (highly
- recommended), create it before using binpatch.
-
-