Skip to content

Commit

Permalink
feat(Hook Download Button): Apply fingerprint compatible with the wid…
Browse files Browse the repository at this point in the history
…er version
  • Loading branch information
YT-Advanced committed Mar 11, 2024
1 parent ca06510 commit f5ac327
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,11 @@ internal object LegacyDownloadCommandFingerprint : MethodFingerprint(
strings = listOf(""),
opcodes = listOf(
Opcode.MOVE_OBJECT_FROM16,
Opcode.MOVE_OBJECT_FROM16,
null, // Opcode.MOVE_OBJECT_FROM16 or Opcode.IGET_OBJECT
Opcode.NEW_INSTANCE,
Opcode.INVOKE_DIRECT,
Opcode.IGET_OBJECT,
Opcode.IF_NEZ,
Opcode.SGET_OBJECT,
)
)

0 comments on commit f5ac327

Please sign in to comment.