User:CM360/sandbox/Wii U Creating homebrew channels

User page
< User:CM360/sandbox
Revision as of 01:23, 13 October 2022 by CM360 (talk | contribs) (Cleanup text)

What You Need

  • The latest release of phacoxcll's CDecrypt fork (the CDecrypt.zip file)
  • The latest release of NUSPacker (direct download)
    • Using NUSPacker requires that you have Java installed on your system.
  • An image editor that supports the .tga image format
  • The Homebrew Launcher Channel v2.1 (direct download)
  • tga_verify
  • The .rpx file of whichever homebrew program you are making a channel for
  • The Wii U Common Key
    • This is in the otp.bin file from your console's NAND dump. The key can be obtained by opening this file in a hex editor, and is located at offsets 0x000000E0 to 0x000000EF. If extracted correctly, it should be a 32-character long hexadecimal number starting with D7B0.

Section I - Extracting with CDecrypt

Section II - Editing code files

Section III - Editing meta files

Section IV - Repacking with NUSPacker