Skip to content

Releases: pbatard/winpatch

v1.6

14 Aug 13:00
93e3c2e
Compare
Choose a tag to compare

Windows Patcher v1.6

  • Fix improper patch offset when pairs of different sizes are supplied [#8]

v1.5

01 Aug 16:46
fa41c86
Compare
Choose a tag to compare

Windows Patcher v1.5

  • Remove vcruntime140.dll dependency

v1.4

30 Jul 16:34
721acd8
Compare
Choose a tag to compare

Windows Patcher v1.4

  • Improve console output
  • Add -s (silent) and -v (verbose) options

v1.3

28 Jul 17:36
dcba646
Compare
Choose a tag to compare

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

27 Jul 18:11
3b46cf7
Compare
Choose a tag to compare

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

13 Jul 12:49
d5c1a1a
Compare
Choose a tag to compare

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.

v1.0

11 Jul 16:30
Compare
Choose a tag to compare

Windows Patcher v1.0