NinjaCheetah / libWiiPy

A modern Python library for handling files and formats used by the Wii.
https://docs.ninjacheetah.dev/
MIT License
10 stars 1 forks source link

Feat: Add ability to decrypt contents #10

Closed NinjaCheetah closed 9 months ago

NinjaCheetah commented 9 months ago

libWiiPy is now able to extract and decrypt all contents from a WAD when its components are extracted and loaded, via crypto.py and the new content.py. This means that a WAD can be fully extracted into all of its components now!

Closes #7.