20 Commits

Author SHA1 Message Date
6b18254edc
Small README change to reflect dev support 2024-10-20 22:41:34 -04:00
9ae059b797
Add support for extracting/packing/otherwise handling dev WADs 2024-10-13 21:39:52 -04:00
9fb0fdbc17
Added setting.txt parser, moved some modules under a new "nand" subpackage 2024-08-14 01:26:46 -04:00
415af7b8b8
Write the footer at the bottom when dumping 2024-08-01 17:04:59 -04:00
e70b9570de
Fix handling WADs where content index != actual index in the array 2024-07-20 15:07:23 -04:00
4f96e1b0d9
Add more detailed keys to pyproject.toml 2024-07-17 21:03:08 -04:00
adac67b158
Change title version handling in tmd module
Now saving the version number (like v513) straight from the TMD and using that to dump the TMD, in case the converted version number (like v2.2) doesn't work right, which mostly applies to the system menu.
2024-07-10 08:11:14 +10:00
2d64f7961e
Added new ash module to archive subpackage, can decompress ASH files 2024-06-23 17:59:12 -04:00
7b7a3fbf51
Return FileNotFoundError if path doesn't exist in pack_u8() 2024-06-12 14:11:57 -04:00
b30017460b
Completed the U8 module, can now handle full folder packing 2024-06-07 22:30:34 -04:00
ede33dc503
Add highly experimental U8 handling module 2024-05-16 21:24:42 -04:00
99a55a3de5
Added the ability to use the Wii U NUS servers to nus.py 2024-05-01 22:22:30 -04:00
8eeebd1d75 Change endpoint URLs for NUS, this greatly improves download speed 2024-04-30 23:07:14 -04:00
fa6c9eb740
Added nus.py for handling NUS downloads, more or less completed already 2024-04-03 22:59:36 -04:00
9751ea0d2e
Added dependencies to pyproject.toml 2024-03-06 08:57:23 -05:00
d86c754ebf Created ticket.py, with a basic structure for reading a ticket
Reads all keys within a v0 ticket, and exposes functions to retrieve all the keys that may be useful to an end user. Other keys remain internal for decryption in the future.
2024-02-29 20:51:17 -05:00
1a0a787cfa Updated pyproject.toml for first public release 2024-02-28 23:54:33 -05:00
c4d0d3e4e4 Reworked commonkeys.py to return the keys as strings for now 2024-02-26 23:20:49 -05:00
87685d3c98 Renamed package from libWiiPy_NinjaCheetah to just libWiiPy 2024-02-26 22:09:06 -05:00
84d6647688 Initial commit 2024-02-06 20:17:50 -05:00