fix(youtube/custom-video-speed): fuzzy scan on fingerprint (#1135)

This commit is contained in:
FineFindus 2022-11-28 11:56:12 +01:00 committed by GitHub
parent 464a9e9020
commit de1382fd99

View File

@ -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,