mirror of
https://github.com/massgravel/TSforge.git
synced 2026-04-24 23:45:57 +03:00
[PR #5] [MERGED] Longhorn #3
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/TSforge-massgravel#3
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/massgravel/TSforge/pull/5
Author: @WitherOrNot
Created: 4/24/2025
Status: ✅ Merged
Merged: 4/24/2025
Merged by: @WitherOrNot
Base:
master← Head:longhorn📝 Commits (10+)
6d75989Add partial support (zcid, rtmr, non-functional kms4k) for vistaf2ad15efix vista kms4k, add reset support1cf9823remove debug prints, partially fix compatibility with vista rtm74cce5edisable kmsc support for vista until it can be implemented4c7c58eAdd kmsc support for vista137f634Update README.mdbcebe22Update README.md07f43e2move detectcurrentkey to commonb8558d8basic cleanupaccbed0fix build📊 Changes
30 files changed (+1511 additions, -648 deletions)
View changed files
📝
.gitignore(+2 -0)📝
LibTSforge/Activators/AVMA4K.cs(+16 -21)📝
LibTSforge/Activators/KMS4K.cs(+94 -51)📝
LibTSforge/Activators/ZeroCID.cs(+58 -17)📝
LibTSforge/Common.cs(+9 -236)📝
LibTSforge/Crypto/CryptoUtils.cs(+12 -1)📝
LibTSforge/Crypto/PhysStoreCrypto.cs(+24 -13)📝
LibTSforge/LibTSforge.csproj(+1 -0)📝
LibTSforge/Modifiers/GenPKeyInstall.cs(+21 -20)📝
LibTSforge/Modifiers/GracePeriodReset.cs(+5 -4)📝
LibTSforge/Modifiers/KMSHostCharge.cs(+96 -57)📝
LibTSforge/Modifiers/KeyChangeLockDelete.cs(+8 -4)📝
LibTSforge/Modifiers/RearmReset.cs(+14 -6)➕
LibTSforge/Modifiers/SetIIDParams.cs(+66 -0)📝
LibTSforge/Modifiers/TamperedFlagsDelete.cs(+14 -11)📝
LibTSforge/Modifiers/UniqueIdDelete.cs(+7 -6)📝
LibTSforge/PhysicalStore/Common.cs(+7 -0)📝
LibTSforge/PhysicalStore/PhysicalStoreModern.cs(+28 -24)➕
LibTSforge/PhysicalStore/PhysicalStoreVista.cs(+356 -0)📝
LibTSforge/PhysicalStore/PhysicalStoreWin7.cs(+4 -4)...and 10 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.