[PR #17] [MERGED] 4.2.0 Release #77

Closed
opened 2026-03-02 03:58:21 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/DrDonk/unlocker/pull/17
Author: @DrDonk
Created: 5/13/2022
Status: Merged
Merged: 5/13/2022
Merged by: @DrDonk

Base: mainHead: dev


📝 Commits (10+)

  • 7086c74 Development: Restructure source code and split unlocker into unlock/relock pair of programs
  • 01338ae Development: Restructure source code move repair tools
  • 1a733c1 Development: Updated build and clean scripts
  • 95abdea Development: Add Windows resource XML file for go-winres utility
  • e996927 Development: Fixes for build scripts
  • 1dc28f8 Development: Update version number
  • 49239fa Development: dumpsmc needs to wait on messages
  • 51dea36 Development: unlock/relock implementation
  • 7ba507f Development: unlock/relock implementation
  • a002023 Merge remote-tracking branch 'origin/dev' into dev

📊 Changes

37 files changed (+770 additions, -300 deletions)

View changed files

📝 .gitignore (+6 -6)
📝 CHANGELOG.md (+9 -0)
CHANGELOG.pdf (+0 -0)
📝 README.md (+19 -23)
README.pdf (+0 -0)
TROUBLESHOOTING.pdf (+0 -0)
📝 build.sh (+35 -7)
clean.sh (+9 -0)
command/unlocker.go (+0 -165)
commands/check/check.go (+61 -0)
commands/check/winres/winres.json (+38 -0)
📝 commands/dumpsmc/dumpsmc.go (+12 -0)
commands/dumpsmc/winres/winres.json (+38 -0)
📝 commands/patchgos/patchgos.go (+3 -3)
commands/patchgos/winres/winres.json (+38 -0)
📝 commands/patchsmc/patchsmc.go (+0 -0)
commands/patchsmc/winres/winres.json (+38 -0)
📝 commands/patchvmkctl/patchvmkctl.go (+0 -0)
commands/patchvmkctl/winres/winres.json (+38 -0)
commands/relock/relock.go (+85 -0)

...and 17 more files

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/DrDonk/unlocker/pull/17 **Author:** [@DrDonk](https://github.com/DrDonk) **Created:** 5/13/2022 **Status:** ✅ Merged **Merged:** 5/13/2022 **Merged by:** [@DrDonk](https://github.com/DrDonk) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`7086c74`](https://github.com/DrDonk/unlocker/commit/7086c74cf146b30a9cfa7ebdb02248257a4c8b84) Development: Restructure source code and split unlocker into unlock/relock pair of programs - [`01338ae`](https://github.com/DrDonk/unlocker/commit/01338aec1e3a20a7e83eb07467fcb952648d7e75) Development: Restructure source code move repair tools - [`1a733c1`](https://github.com/DrDonk/unlocker/commit/1a733c140307d167ffcf6ca3ac114ff30fcbf45c) Development: Updated build and clean scripts - [`95abdea`](https://github.com/DrDonk/unlocker/commit/95abdea0647f4d4fe56c6895e35120a96337906a) Development: Add Windows resource XML file for go-winres utility - [`e996927`](https://github.com/DrDonk/unlocker/commit/e9969278bbc6bf9458370b3a60e95f26a719cb69) Development: Fixes for build scripts - [`1dc28f8`](https://github.com/DrDonk/unlocker/commit/1dc28f833d7ae7a27733d5e68969b578ef10a3c5) Development: Update version number - [`49239fa`](https://github.com/DrDonk/unlocker/commit/49239fa868d557b54fb0ff7b9b8b5e43ba71af9e) Development: dumpsmc needs to wait on messages - [`51dea36`](https://github.com/DrDonk/unlocker/commit/51dea36b61eb61aee529ca4641e22adea8a17dc8) Development: unlock/relock implementation - [`7ba507f`](https://github.com/DrDonk/unlocker/commit/7ba507f856464593ac8198a1666873e64e0be00e) Development: unlock/relock implementation - [`a002023`](https://github.com/DrDonk/unlocker/commit/a002023b3154a64bf7b8f434b3da406e6792e923) Merge remote-tracking branch 'origin/dev' into dev ### 📊 Changes **37 files changed** (+770 additions, -300 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+6 -6) 📝 `CHANGELOG.md` (+9 -0) ➕ `CHANGELOG.pdf` (+0 -0) 📝 `README.md` (+19 -23) ➕ `README.pdf` (+0 -0) ➕ `TROUBLESHOOTING.pdf` (+0 -0) 📝 `build.sh` (+35 -7) ➕ `clean.sh` (+9 -0) ➖ `command/unlocker.go` (+0 -165) ➕ `commands/check/check.go` (+61 -0) ➕ `commands/check/winres/winres.json` (+38 -0) 📝 `commands/dumpsmc/dumpsmc.go` (+12 -0) ➕ `commands/dumpsmc/winres/winres.json` (+38 -0) 📝 `commands/patchgos/patchgos.go` (+3 -3) ➕ `commands/patchgos/winres/winres.json` (+38 -0) 📝 `commands/patchsmc/patchsmc.go` (+0 -0) ➕ `commands/patchsmc/winres/winres.json` (+38 -0) 📝 `commands/patchvmkctl/patchvmkctl.go` (+0 -0) ➕ `commands/patchvmkctl/winres/winres.json` (+38 -0) ➕ `commands/relock/relock.go` (+85 -0) _...and 17 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 03:58:21 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/unlocker#77
No description provided.