Skip to content

Commit

Permalink
Update the 'Building' section of the 'README.md' file
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeIsAStar committed Apr 3, 2024
1 parent bccbbf4 commit 14c244a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ Injects arbitrary code into a client's game.
## Building
```
mkdir out
powerpc-eabi-as -mgekko -mregnames ./source/mario_kart_wii_remote_code_execution.S -o ./out/mario_kart_wii_remote_code_execution.o
powerpc-eabi-ld -Ttext 0x80000000 ./out/mario_kart_wii_remote_code_execution.o
powerpc-eabi-objcopy -O binary ./out/mario_kart_wii_remote_code_execution.o ./out/mario_kart_wii_remote_code_execution.bin
/opt/devkitpro/powerpc-eabi-as -mgekko -mregnames ./source/mario_kart_wii_remote_code_execution.S -o ./out/mario_kart_wii_remote_code_execution.o
/opt/devkitpro/powerpc-eabi-ld -Ttext 0x80000000 ./out/mario_kart_wii_remote_code_execution.o
/opt/devkitpro/powerpc-eabi-objcopy -O binary ./out/mario_kart_wii_remote_code_execution.o ./out/mario_kart_wii_remote_code_execution.bin
```

## Usage
Expand Down

0 comments on commit 14c244a

Please sign in to comment.