NorthstarLauncher icon indicating copy to clipboard operation
NorthstarLauncher copied to clipboard

Include Origin/EADesktop version in user agent string

Open pg9182 opened this issue 2 years ago • 2 comments

This will be very helpful for debugging the username (and other auth-related) issues.

pg9182 avatar Dec 11 '22 23:12 pg9182

OriginSDK's OriginStartup outputs this to the first char* member of the struct passed as a pointer in the last arg. Need to actually look at where r2 calls OriginStartup and whether the string contains the info we need.

pg9182 avatar Dec 11 '22 23:12 pg9182

It appears that tier0 exposes this with Tier0_GetOriginVersionString.

pg9182 avatar Dec 12 '22 05:12 pg9182