Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 609 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 609 Bytes

Wii Network Loader

A network/SD loader for the Wii.

IMPORTANT (If using this for str2hax): Please make sure you update the Makefile line include $(DEVKITPPC)/wii_rules to point to a version of libogc that is built with -Os otherwise your payload will not fit in memory.

If you make any changes to elf loading then you have to copy the updated elf_loader.h file from elf_loader to source to build the loader with it.

Configuration: Change payload_server to the website you are hosting the payload on and http_get_boot to the GET request for the path of the file.

Building: make

That's it!