More actions
(→Usage) |
No edit summary |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{Infobox Wii Homebrews | {{Infobox Wii Homebrews | ||
|title=Wii Signer | |title=Wii Signer | ||
|image= | |image=wii2.png | ||
|description=Allows you to fakesign Wii tickets. | |description=Allows you to fakesign Wii tickets. | ||
|author=Isaac356 | |author=Isaac356 | ||
Line 14: | Line 8: | ||
|version=0.9 | |version=0.9 | ||
|license=Mixed | |license=Mixed | ||
|download=https://dlhb.gamebrew.org/wiihomebrews/ | |download=https://dlhb.gamebrew.org/wiihomebrews/wiisigner.7z | ||
|website= | |website=https://wiibrew.org/wiki/Wii_Signer | ||
|source= | |source= | ||
}} | }} | ||
Wii Signer is a simple PC Utility that lets you fakesign Wii tickets and TMDs. | |||
At present, this program is fully capable of packing/unpacking a WAD, and decrypting the app files. | At present, this program is fully capable of packing/unpacking a WAD, and decrypting the app files. | ||
''' | '''Note:''' Requires Python to use. | ||
== Features == | == Features == | ||
*Resign Wii Tickets. | |||
*Resign Wii Tickets | *Resign Wii TMD's. | ||
*Resign Wii TMD's | *Auto-Fix Filesize. | ||
*Auto-Fix Filesize | *Auto-Fix SHA-1 Hash. | ||
*Auto-Fix SHA-1 Hash | |||
== | == User guide == | ||
The real power of this program comes in using it interactively (which, if you have used python before, you probably already know how to do). | The real power of this program comes in using it interactively (which, if you have used python before, you probably already know how to do). | ||
However, there are a few useful options that can be invoked at the command line: | However, there are a few useful options that can be invoked at the command line: | ||
*-o, --output: override the output file/directory's name | *-o, --output: override the output file/directory's name. | ||
*-f, --file: a wad to unpack into a directory | *-f, --file: a wad to unpack into a directory. | ||
*-d, --directory: a directory to pack into a wad | *-d, --directory: a directory to pack into a wad. | ||
*-u, --update: a directory to look for a TMD and app files, then write correct SHA-1 hashes and filesizes into the TMD and fakesign it (use -o to not overwrite the old TMD) | *-u, --update: a directory to look for a TMD and app files, then write correct SHA-1 hashes and filesizes into the TMD and fakesign it (use -o to not overwrite the old TMD). | ||
==External | ==External links== | ||
* | * WiiBrew - https://wiibrew.org/wiki/Wii_Signer |
Latest revision as of 12:10, 29 March 2023
Wii Signer | |
---|---|
General | |
Author | Isaac356 |
Type | PC utilities |
Version | 0.9 |
License | Mixed |
Last Updated | 2009/03/05 |
Links | |
Download | |
Website | |
Wii Signer is a simple PC Utility that lets you fakesign Wii tickets and TMDs.
At present, this program is fully capable of packing/unpacking a WAD, and decrypting the app files.
Note: Requires Python to use.
Features
- Resign Wii Tickets.
- Resign Wii TMD's.
- Auto-Fix Filesize.
- Auto-Fix SHA-1 Hash.
User guide
The real power of this program comes in using it interactively (which, if you have used python before, you probably already know how to do).
However, there are a few useful options that can be invoked at the command line:
- -o, --output: override the output file/directory's name.
- -f, --file: a wad to unpack into a directory.
- -d, --directory: a directory to pack into a wad.
- -u, --update: a directory to look for a TMD and app files, then write correct SHA-1 hashes and filesizes into the TMD and fakesign it (use -o to not overwrite the old TMD).
External links
- WiiBrew - https://wiibrew.org/wiki/Wii_Signer