From de1382fd9904159a97b2fac7c6475c51ae6cb706 Mon Sep 17 00:00:00 2001 From: FineFindus <63370021+FineFindus@users.noreply.github.com> Date: Mon, 28 Nov 2022 11:56:12 +0100 Subject: [PATCH] fix(youtube/custom-video-speed): fuzzy scan on fingerprint (#1135) --- .../speed/custom/fingerprints/SpeedArrayGeneratorFingerprint.kt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main/kotlin/app/revanced/patches/youtube/misc/video/speed/custom/fingerprints/SpeedArrayGeneratorFingerprint.kt b/src/main/kotlin/app/revanced/patches/youtube/misc/video/speed/custom/fingerprints/SpeedArrayGeneratorFingerprint.kt index 3b6b5c0f8..e4e336880 100644 --- a/src/main/kotlin/app/revanced/patches/youtube/misc/video/speed/custom/fingerprints/SpeedArrayGeneratorFingerprint.kt +++ b/src/main/kotlin/app/revanced/patches/youtube/misc/video/speed/custom/fingerprints/SpeedArrayGeneratorFingerprint.kt @@ -1,10 +1,12 @@ package app.revanced.patches.youtube.misc.video.speed.custom.fingerprints import app.revanced.patcher.extensions.or +import app.revanced.patcher.fingerprint.method.annotation.FuzzyPatternScanMethod import app.revanced.patcher.fingerprint.method.impl.MethodFingerprint import org.jf.dexlib2.AccessFlags import org.jf.dexlib2.Opcode +@FuzzyPatternScanMethod(2) object SpeedArrayGeneratorFingerprint : MethodFingerprint( "[L", AccessFlags.PUBLIC or AccessFlags.STATIC,