This is a patch generating program that generates executable patches for single
or multiple files of any type as long as the modified files are equal in size to the
original files. The generated executables are Win32 console mode executables.
The generated executable patch files optionally support LZH compression and
automatic detection and fixing of the CRC checksum in Image Optional Headers of
Win32 (PE) executables when applicable.
This utility can come in handy when you modify binary files using a hex editor
and want to generate a patching executable that will do the work for you the next time.
For example: You deploy an application to several users only to discover that
you spelt something wrong in one of the program files. Instead of redeploying
the complete application to all those users again, which can often be a tedious
job, you generate a compact patch executable and deploy that to all your end
users for them to run.
|