You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
//ProvisionedDeviceInfo.WvSecurityLevel Type = 1; // is this how one is supposed to call it? (it's an enum) there might be a bug here, with CertificateType getting confused with WvSecurityLevel, for now renaming it (verify against other binaries)
CertificateTypeType=1;
bytesSerialNumber=2;
uint32CreationTimeSeconds=3;
bytesPublicKey=4;
uint32SystemId=5;
uint32TestDeviceDeprecated=6; // is it bool or int?
bytesServiceId=7; // service URL for service certificates
}
The text was updated successfully, but these errors were encountered:
missing fields 9 and 10:
Manzana-Apple-Music-Downloader/utils/widevine/formats/wv_proto3.proto
Lines 38 to 53 in 77d9e87
The text was updated successfully, but these errors were encountered: