Archived
1
1

First release build.

This commit is contained in:
Mona Lassa
2025-05-22 01:31:03 +02:00
parent ec55169d57
commit f90695dfda
30 changed files with 499 additions and 1389 deletions

View File

@@ -70,21 +70,21 @@ namespace MetroUnlocker.LibTSForge.SPP
{
new CRCBlock
{
DataType = CRCBlockType.STRING,
KeyAsStr = "SppPkeyBindingProductKey",
ValueAsStr = ToString()
DataType = CRCBlockType.String,
KeyAsString = "SppPkeyBindingProductKey",
ValueAsString = ToString()
},
new CRCBlock
{
DataType = CRCBlockType.BINARY,
KeyAsStr = "SppPkeyBindingMiscData",
DataType = CRCBlockType.Binary,
KeyAsString = "SppPkeyBindingMiscData",
Value = new byte[] { }
},
new CRCBlock
{
DataType = CRCBlockType.STRING,
KeyAsStr = "SppPkeyBindingAlgorithm",
ValueAsStr = GetAlgoUri()
DataType = CRCBlockType.String,
KeyAsString = "SppPkeyBindingAlgorithm",
ValueAsString = GetAlgoUri()
}
});
@@ -245,7 +245,7 @@ namespace MetroUnlocker.LibTSForge.SPP
);
}
public byte[] GetPhoneData(PSVersion version)
public byte[] GetPhoneData(PhysicalStoreVersion version)
{
int serialHigh = Serial / 1000000;
int serialLow = Serial % 1000000;