Added method to title module to get if a title is signed legitimately

This commit is contained in:
2024-12-23 23:50:14 -05:00
parent e45c7a3076
commit 046645eb56
14 changed files with 64 additions and 1 deletions

View File

@@ -1,5 +1,9 @@
# libWiiPy.nand.setting Module
The `libWiiPy.nand.setting` module provides support for handling the Wii's `setting.txt` file. This file is stored as part of the Wii Menu's save data (stored in `/title/00000001/00000002/data/`) and is an encrypted text file that's primarily used to store your console's serial number and region information.
This module allows you to encrypt or decrypt this file, and exposes the keys stored in it for editing.
## Module Contents
```{eval-rst}

View File

@@ -1,5 +1,7 @@
# libWiiPy.nand.sys Module
The `libWiiPy.nand.sys` module provides support for editing system files used on the Wii. Currently, it only offers support for `uid.sys`, which keeps a record of the Title IDs of every title launched on the console, assigning each one a unique ID.
## Module Contents
```{eval-rst}