wiithon.disc.structs.partition_entry module
- class wiithon.disc.structs.partition_entry.WiiPartitionEntry(offset, part_type)[source]
Bases:
objectEntry in the Wii partition table. https://wiibrew.org/wiki/Wii_disc#Partitions_information
- wiithon.disc.structs.partition_entry.read_parts(stream)[source]
Read the partition table from a Wii disc.
The table is located at offset 0x40000 and contains up to 4 groups. Each group has a count + offset to its entries. :type stream:
BinaryIO:param stream:- Return type:
- Returns:
- Parameters:
stream (BinaryIO)