BDiff / BPatch Utilities
| Release: | 0.2.6a |
|---|---|
| Date: | 06 August 2009 |
| O/S: | All Windows 9x and NT versions (inc. XP, Vista & Windows 7) |
- Overview
- Download
- About BDiff
- About BPatch
- Bugs
- Change Log
- License
About BPatch
The information in this tab is based on the bpatch (1) man page written by Stefan Reuther, updated as necessary.
Synopsis
bpatch [options] old-file [ new-file ] [ <patch-file ]
Description
bpatch applies a binary patch generated by bdiff.
Patches are read from standard input unless the --input option
is used to specify an input file.
old-file is the same file as used as the first argument to
bdiff. bpatch will create a copy of the file given
as second argument to bdiff in new-file by using
the information from old-file and patch-file. If
new-file is omitted, the old file is replaced with the new
file.
bpatch will detect if the patch does not match
old-file, or if the patch has been garbled. Remember to
transmit binary patches as binary files!
In case of an error, new-file will not be touched.
Options
-
-i PATCH-FILE
--input=PATCH-FILE -
Read patch from specified file instead of standard input. Specifying
--input=-does nothing. Use as an alternative to shell redirection. -
-h.
--help - Show help screen.
-
-v
--version - Show version number.
Administrativia
This manual page is for version 0.2.6 or later of bpatch.
bpatch is © copyright 1999 Stefan Reuther
<Streu@gmx.de> and © 2003-2009 Peter Johnson
(www.delphidabbler.com). See the license for details of permisable use.
THIS SOFTWARE IS PROVIDED "AS-IS", WITHOUT ANY EXPRESS OR IMPLIED WARRANTY. IN NO EVENT WILL THE AUTHORS BE HELD LIABLE FOR ANY DAMAGES ARISING FROM THE USE OF THIS SOFTWARE.
