-
Is it possible to add optional signature spoofing support during the root ReVanced version build process? Get original YouTube.apk sig and patch like this
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Yes, and a patch for that is very simple to do. In fact the CLI does technically not differ between root or non root. That said, you simply create a |
Beta Was this translation helpful? Give feedback.
Yes, and a patch for that is very simple to do. In fact the CLI does technically not differ between root or non root. That said, you simply create a
signature-spoof
patch, include it in the cli, use the mount variant which skips signing or use the regular one if you want to sign it and do not deploy to your device via -d. This will produce an apk without the pkg name changed, the sig spoofed and the apk signed or unsigned at your choice.