Skip to content
This repository has been archived by the owner on Nov 7, 2023. It is now read-only.

Latest commit

 

History

History
52 lines (39 loc) · 1.55 KB

CHANGELOG.md

File metadata and controls

52 lines (39 loc) · 1.55 KB

Changes

All dates are UK format.

03/06/22 4.2.1

drdonk:

  • Missing message when removing ISOs in relock
  • Updated darwin.iso to version 12.0.5

13/05/22 4.2.0

drdonk:

  • Split unlocker.exe into 2 new files unlock.exe and relock.exe so can be directly executed on Windows without having to pass a parameter to install or uninstall
  • Added Windows manifest to allow the executables to directly run as Administrator without using re-spawn code
  • Minimize false AV detection especially Windows Defender
  • Added a new command to check the status of the patching called check.exe
  • Fix to restarting vmware-tray.exe on Windows which had the wrong working directory

03/03/22 4.1.3

drdonk:

  • Update VMware Tools to version 12.0.0

15/02/22 4.1.2

drdonk:

  • Fix stopping/starting services on Windows due to service dependencies

26/01/22 4.1.1

drdonk:

  • Fix copying of VMware tools ISO to the VMware installation folder
  • Added a new troubleshooting page
  • Updated copyright to 2022

09/12/21 4.1.0

Changed version to 4.1.0 due to the large number of changes to code submitted by boostchicken. Thanks to boostchicken for the fixes and improvements to the code.

boostchicken:

  • Refactor to be more go like
  • Fix vmware-shell-ext-thunker.exe preventing patching on windows
  • Fixed header offset bug and binpack allocs
  • Cleaned up logic regarding restoring backups or not
  • Elevate permissions on Windows automatically

drdonk:

  • Key press message changed to correct input of enter key
  • Build macOS dumpsmc executable

06/12/21 4.0.0

  • Initial release