/wfs/titleInfo

From WiiBrew
Jump to navigation Jump to search
/wfs/titleInfo
TypeGeneric file
OwnerPID_UNKNOWN
Group ID19

/wfs/titleInfo is a file created by WFSI that presumably holds an entry for each WFS title. Entries are encrypted with an unknown key.

Entry format

Decrypted entries have the following format:

struct titleInfo {
	u64 unknown1; // some kind of identifier; possibly title ID
	u64 unknown2;
	u8 unknown3[0x14];
	u16 unknown4; // possibly a version number
	u8 unknown5[0x1a]; // possibly padding
}