Re: [PATCH v2 0/2] MR4108: Improve DMI tables under Linux.
21 Oct
2023
21 Oct
'23
10:25 a.m.
Jinoh Kang (@iamahuman) commented about dlls/ntdll/unix/system.c:
system_args.version = system_version; system_args.serial_len = get_smbios_string("/sys/class/dmi/id/product_serial", S(system_serial)); system_args.serial = system_serial; - get_system_uuid(&system_args.uuid); + derive_machineid_to_uuid(&system_args.uuid);
This changes the system GUID. Some DRMs and copy protections like to assume that things like System UUIDs are permanent and never change. Changing this will break such apps and the user might have to reinstall/re-purchase them again. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/4108#note_49547
793
Age (days ago)
793
Last active (days ago)
0 comments
1 participants
participants (1)
-
Jinoh Kang (@iamahuman)