Releases: pbatard/winpatch
Releases · pbatard/winpatch
v1.6
Windows Patcher v1.6
- Fix improper patch offset when pairs of different sizes are supplied [#8]
v1.5
Windows Patcher v1.5
- Remove
vcruntime140.dll
dependency
v1.4
Windows Patcher v1.4
- Improve console output
- Add
-s
(silent) and -v
(verbose) options
v1.3
Windows Patcher v1.3
- Provide comprehensive help with
-h
option.
- Add option
-b
to bypass backup creation.
- Add option
-o
to overwrite the source with the backup before patching.
- Add option
-s
to skip patching (Only update signature).
- Add option
-w
to disable warning when when multiple instances of the same patch are applied.
v1.2
Windows Patcher v1.2
- Accept hex strings of any length (no longer only QWORDs)
- Warn if a patch applies to more than one data instance
- Fix
winpatch
self-signed certificates being kept in the Windows store
v1.1
Windows Patcher v1.1
- Remove the requirement for QWORDs to be 64-bit aligned
IMPORTANT: The QWORDs should now be provided as big-endian (to match what you'd see from an hex-dump) as opposed to little-endian, as was the case in version 1.0.