feat(YouTube Music): Add experimental support for 9.09.52
Co-authored-by: LisoUseInAIKyrios <118716522+lisouseinaikyrios@users.noreply.github.com> Co-authored-by: ILoveOpenSourceApplications <117499019+iloveopensourceapplications@users.noreply.github.com>
This commit is contained in:
parent
6d8c94d0d2
commit
5aec6cd3b7
1 changed files with 3 additions and 2 deletions
|
|
@ -7,14 +7,15 @@ import app.revanced.patcher.invoke
|
|||
import app.revanced.patcher.parameterTypes
|
||||
import app.revanced.patcher.patch.BytecodePatchContext
|
||||
import app.revanced.patcher.returnType
|
||||
import app.revanced.patcher.strings
|
||||
import com.android.tools.smali.dexlib2.iface.ClassDef
|
||||
|
||||
internal val BytecodePatchContext.checkCertificateMethod by gettingFirstMethodDeclaratively(
|
||||
"X509",
|
||||
) {
|
||||
returnType("Z")
|
||||
parameterTypes("Ljava/lang/String;")
|
||||
instructions("Failed to get certificate"(String::contains))
|
||||
parameterTypes("L")
|
||||
strings("X509", "isPartnerSHAFingerprint")
|
||||
}
|
||||
|
||||
internal val BytecodePatchContext.searchMediaItemsConstructorMethod by gettingFirstMethodDeclaratively(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue