Added WAD parsing, allows for WAD packing/unpacking

This commit is contained in:
2025-03-18 18:01:17 -04:00
parent 93f2103763
commit 83dc83d2d6
8 changed files with 243 additions and 15 deletions

View File

@@ -6,6 +6,8 @@ A very WIP and experimental port of [libWiiPy](https://github.com/NinjaCheetah/l
### What's Included
- Structs for TMDs and Tickets that can be created from binary data
- Simple Title Key encryption/decryption
- Content encryption/decryption
- WAD parsing (allowing for packing/unpacking)
- A very basic test binary that makes sure these things work as expected
### What's Not Included