PatchPE Changelog

What's new in PatchPE 1.35

Apr 11, 2022
  • Prevent leak of pFile on errors.

New in PatchPE 1.34 (Apr 11, 2022)

  • Upgraded to Visual C++ 2022.

New in PatchPE 1.33 (Mar 31, 2021)

  • Reverted stripped EXE headers because they are incompatible with DOSBox (Valentine).

New in PatchPE 1.31 (May 6, 2019)

  • Upgraded to Visual C++ 2019.

New in PatchPE 1.30 (Mar 9, 2018)

  • Added support for Aggressively trim the working set same as /WS (IMAGE_FILE_AGGRESIVE_WS_TRIM).
  • Distribution size slightly reduced.

New in PatchPE 1.20 (Aug 1, 2017)

  • Added support for Large Address Aware (LAA) to enable 32 bit applications use more than 3GB of memory same as /LARGEADDRESSAWARE (IMAGE_FILE_LARGE_ADDRESS_AWARE).
  • Enabled aggressive trimming same as /WS:AGGRESSIVE (IMAGE_FILE_AGGRESIVE_WS_TRIM).
  • File size slightly reduced.

New in PatchPE 1.10 (Aug 1, 2017)

  • Added more error controls
  • Improved error messages
  • Upgraded to Visual C++ 2017