Wii homebrew: ninchdl-listext v1.0

wii - Image 1Homebrew coder Yellow8 has released a new homebrew utility that allows you to read, decrypt, decompress and dump info and URLs from the Nintendo channel download lists to either the local HD or directly from the servers.

Download: ninchdl-listext v1.0

Wii - Image 1Homebrew coder Yellow8 has released a new homebrew utility that allows you to read, decrypt, decompress and dump info and URLs from the Nintendo channel download lists to either the local HD or directly from the servers.

Developer’s note:

wc24pubk.mod from Nintendo Channel is required. This is identical for all regions and versions of Nintendo Channel. This can be dumped from the Nintendo Channel data directory on Wii NAND. ninchdl-listext requires wc24decrypt.

This is stored at /title/00010001/484154xx/data/wc24pubk.mod, where xx is hex region code. 45 is E, 4a is J, 50 is P.

In US Nintendo Channel content 00000018.app, the WC24 RSA public key is located at 0x32b938 and the WC24 AES key is located at 0x32ba38. In JP Nintendo Channel content 0000001f.app, the WC24 RSA public key ia located at 0x2f9670 and the WC24 AES key is located at 0x2f9770. To create the wc24pubk.mod file from these keys, copy the public key to offset 0, length 0x100 bytes. Add zero bytes, length 0x100. Copy the AES key to offset 0x200, length 0x10. Add zero bytes, length 0x10. The AES key can be copied to a separate file, but this requires an extra parameter.

Help displayed when run without parameters:

Usage: ninchdl-listext <wc24dl.vff> <options>

Input can be a compressed dl list as well.

See either source code or google code wmb-asm NintendoChannel wiki page for list of country and language codes. region char must be either u, e, or j. wc24pubk.mod is the filename for the NinCh WC24 keys.(Can also be the 16 byte AES key.) The default is wc24pubk.mod if this is omitted.

Options:

-l<ID> List titles with a title type ID or console model ID. If the ID is ommitted, the whole title list is listed.

Download: ninchdl-listext v1.0


More Wii homebrews:

Via Wiibrew

Add a Comment

Your email address will not be published. Required fields are marked *