Skip to content

Commit

Permalink
fix(YouTube/Spoof streaming data): wrong register used
Browse files Browse the repository at this point in the history
  • Loading branch information
inotia00 committed Oct 18, 2024
1 parent 373e6e6 commit f29fbae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ object SpoofStreamingDataPatch : BaseBytecodePatch(
# Set streaming data.
iget-object v$freeRegister, v$freeRegister, $getStreamingDataField
if-eqz v0, :disabled
if-eqz v$freeRegister, :disabled
iput-object v$freeRegister, p0, $setStreamingDataField
""",
Expand Down

0 comments on commit f29fbae

Please sign in to comment.