s3phir0th115 said:
Would you mind sharing what procedure you could follow for that? I have a full nand dump ready to go. I just need to know which files to get and what to use to pack them.
Start here:
http://wiibrew.org/wiki/Title_metadata
Extract the TMD of 0000001000000F9 and check the contents section starting at 0x1E4.
Note: this process would only allow you to recreate the cIOS revision that you currently have installed (afaik).
Example:
File 00000000.app
Index = 0000
Type = 0001 (local)
Hash = 0D1C3FFCE20046BA0D861F25315F295DB4C9CA32
This one's easy because it's local (already in the CONTENTS folder).
File 00000001.app
Index = 0001
Type = 8001 (shared)
Hash = B40F265AD296F362E6FBADCA53A350260656DF64
Find the file in the SHARED2 folder with that hash and include it in the WAD as 00000001.app.
I believe that is the process.