Line 1:
Line 1:
==The content.bin file structure ==
==The content.bin file structure ==
VC games and Wii channels, when saved to a SD card, will be stored in a file named "private/wii/title/XXXX/content.bin", where XXXX is the four-character name of the game/channel.
VC games and Wii channels, when saved to a SD card, will be stored in a file named "private/wii/title/XXXX/content.bin", where XXXX is the four-character name of the game/channel.
+
+
A program to help parse and analyze the structure of content.bin files, parse-channel.c, is available here: http://pastebin.com/f6ea7673f. Put it in the same directory as a compiled version of segher's Wii tools, since it depends on them.
The general layout of this file is as follows. Most of the data here is sketchy, at best.
The general layout of this file is as follows. Most of the data here is sketchy, at best.