unofficial 20.38
This commit is contained in:
parent
bb671766f6
commit
b99789b1cd
1 changed files with 5 additions and 1 deletions
|
|
@ -1,5 +1,6 @@
|
|||
package app.revanced.patches.youtube.misc.imageurlhook
|
||||
|
||||
import app.revanced.patcher.anyInstruction
|
||||
import app.revanced.patcher.fingerprint
|
||||
import app.revanced.patcher.string
|
||||
import com.android.tools.smali.dexlib2.AccessFlags
|
||||
|
|
@ -61,6 +62,9 @@ internal val messageDigestImageUrlParentFingerprint by fingerprint {
|
|||
returns("Ljava/lang/String;")
|
||||
parameters()
|
||||
instructions(
|
||||
string("@#&=*+-_.,:!?()/~'%;\$"),
|
||||
anyInstruction(
|
||||
string("@#&=*+-_.,:!?()/~'%;\$"),
|
||||
string("@#&=*+-_.,:!?()/~'%;\$[]"), // 20.38+
|
||||
)
|
||||
)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue