mirror of
https://github.com/ReVanced/revanced-patches.git
synced 2026-01-29 05:31:02 +00:00
unofficial 20.38
This commit is contained in:
@@ -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+
|
||||
)
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user