Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 836 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 836 Bytes

WWFC Patch

A collection of scripts and code for generating first-stage WiiLink WFC patches to games, also referred to as 'stage 0'. The patch is generated in the format of a gecko code.

The following patches to Wii games are made to add WiiLink WFC support:

  • https://naswii.nintendowifi.net/ac -> http://naswii.wiilink24.com/w0
    • The /w0 endpoint is used to download the stage 1 payload.
  • https://naswii.nintendowifi.net/ -> http://naswii.wiilink24.com/
  • Insert hook in DWCi_Auth_HandleResponse just after the NHTTPGetBodyAll to verify and call the stage 1 payload.
  • Patch GSIStartAvailableCheckA to skip the available check.
    • That or replace the available URL: %s.available.gs.nintendowifi.net -> %s.available.gs.wiilink24.com
  • Not required. Patch in DWC_LoginAsync to skip DNS caching.