-
Notifications
You must be signed in to change notification settings - Fork 8
Extract from Nintendo WiiWare games
sepalani edited this page Jan 2, 2017
·
4 revisions
A tool that can extract Nintendo WiiWare game filesystem:
A tool that can decompress LZ11 files:
Most of the time, the GamestatsHTTP secret is located in the 00000001.app file. This file can be extracted using the tools mentioned above.
Extracting the whole filesystem might be necessary if the GamestatsHTTP secret is stored somewhere else.
If the first byte of the file in hexadecimal is 0x11, it means it's LZ11 compressed and has to be decompressed. To be sure that nothing is missing, trying all decompression algorithms from the tools mentioned above might be a good idea. Be careful though, it overwrites the original so a copy need to be created for each decompression tool. Then, follow the "Extract from file" guide to extract the secret.