Skip to content

Commit

Permalink
Forgot ,
Browse files Browse the repository at this point in the history
  • Loading branch information
Slenderman00 committed Sep 1, 2023
1 parent 0f95305 commit 560190c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import org.jf.dexlib2.Opcode
@FuzzyPatternScanMethod(2)
object InnaccessibleProfileFingerprint : MethodFingerprint(
"Z",
accessFlags = AccessFlags.PUBLIC or AccessFlags.FINAL
accessFlags = AccessFlags.PUBLIC or AccessFlags.FINAL,
opcodes = listOf(
Opcode.IGET_OBJECT,
Opcode.INVOKE_VIRTUAL,
Expand Down

0 comments on commit 560190c

Please sign in to comment.