top | item 41515975

(no title)

badRNG | 1 year ago

Couldn't they just patch out that check?

discuss

order

ranger_danger|1 year ago

Depends where the check is... most likely outside of the app itself. A regular phone with google play services already has a "backdoor" of sorts where google can push any code they want to you... which they have already used for dubious purposes like forcefully uninstalling certain apps from devices under the guise of security.

fngjdflmdflg|1 year ago

Revanced gives the app a new app ID (app.revanced.android.youtube) and resigns it, so Google cannot for example just check that apps using the youtube app id have a valid MD5.

wilsonnb3|1 year ago

I think they probably could but I am unsure of the implementation details.

Patching out the check might work for now, since they will be supporting older versions of the app for a while.

If they eventually decide that the server needs to verify the check, it might need to be spoofed rather than removed which can be more difficult (again, depending on implementation details).