Skip to content

Commit

Permalink
fix(youtube/custom-video-speed): fuzzy scan on fingerprint (#1135)
Browse files Browse the repository at this point in the history
  • Loading branch information
FineFindus committed Nov 28, 2022
1 parent 464a9e9 commit de1382f
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -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,
Expand Down

0 comments on commit de1382f

Please sign in to comment.