Begin3 Title: binpatch - creates and applies patches to binary files Version: 0.0.1 Entered-date: 29Jan01 Description: Given two files: FROMFILE and TOFILE bindiff (binpatch -c) searches for pieces TOFILE has in common with FROMFILE and what is uniq to TOFILE. It saves this in a PATCHFILE which later can be used to regenerate TOFILE from FROMFILE. TOFILE and FROMFILE can be of different size and common parts can have different locations and order. Works well if free RAM exceeds 10 times the size of FROMFILE. gcc: gcc -s -O6 binpatch.c -o binpatch borland: bcc32 -WC -O2 binpatch.c -ebinpatch.exe Keywords: patch,diff,patchit,cmp,binary, binpatch, bindiff Author: jkaltes@cyberbrain.com (Jaap Korthals Altes) Primary-site: sunsite.unc.edu /pub/Linux/utils/scripts 20k binpatch-0.0.1.zip Platforms: 32 bit ANSI C Copying-policy: GPL End