mirror of
https://github.com/NinjaCheetah/libWiiPy.git
synced 2025-12-18 19:30:22 -05:00
No major functional changes have been made so far other than a couple of things being shifted between files, but a lot of bad code has been rewritten to hopefully make libWiiPy maintainable into the future.
3.0 KiB
3.0 KiB
libWiiPy.title Package
Description
The libWiiPy.title package contains modules for interacting with Wii titles. This is the most complete package in libWiiPy, as it offers the functionality one would be most likely to need. As a result, it gets the most attention during development and should be the most reliable.
Modules
| Module | Description |
|---|---|
| libWiiPy.title.cert | Provides support for parsing and validating the certificates used for title verification |
| libWiiPy.title.commonkeys | Provides easy access to all common encryption keys |
| libWiiPy.title.content | Provides support for parsing and editing content included as part of digital titles |
| libWiiPy.title.crypto | Provides low-level cryptography functions used to handle encryption in other modules |
| libWiiPy.title.iospatcher | Provides an easy interface to apply patches to IOSes |
| libWiiPy.title.nus | Provides support for downloading TMDs, Tickets, encrypted content, and the certificate chain from the Nintendo Update Servers |
| libWiiPy.title.ticket | Provides support for parsing and editing Tickets used for content decryption |
| libWiiPy.title.title | Provides high-level support for parsing and editing an entire title with the context of each component |
| libWiiPy.title.tmd | Provides support for parsing and editing TMDs (Title Metadata) |
| libWiiPy.title.wad | Provides support for parsing and editing WAD files, allowing you to load each component into the other available classes |
| libWiiPy.title.types | Provides shared types used across the title module. |
| libWiiPy.title.versions | Provides utility functions for converting the format that a title's version is in. |
Full Package Contents
:maxdepth: 4
/title/cert
/title/commonkeys
/title/content
/title/crypto
/title/iospatcher
/title/nus
/title/ticket
/title/title.title
/title/tmd
/title/wad
/title/types
/title/versions