Difference between revisions of "Wii Signer"
Jump to navigation
Jump to search
(Moving to discussion) |
|||
(6 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
− | {{Infobox | + | {{Infobox homebrew |
| title = Wii Signer | | title = Wii Signer | ||
| image = | | image = | ||
− | + | | type = pc utility | |
− | | type = | ||
| author = [[User:Isaac356|Isaac356]] | | author = [[User:Isaac356|Isaac356]] | ||
− | + | | version = 0.9 | |
− | | version = 0. | + | | download = Media:Wii-signer.tar.gz |
− | | download = | ||
− | |||
}} | }} | ||
− | '''Wii Signer''' is a simple PC Utility that lets you fakesign | + | '''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. |
− | + | '''WII SIGNER HAS BEEN MOVED TO PYTHON!''' You need to download Python to use this. | |
− | |||
− | == | + | == Features == |
− | + | Implemented: | |
+ | :Resign Wii Tickets | ||
+ | :Resign Wii TMD's | ||
+ | :Auto-Fix Filesize | ||
+ | :Auto-Fix SHA-1 Hash | ||
− | + | Upcoming: | |
− | + | :View TMD (allows you to view all records in a TMD in a table format) | |
+ | :GUI via Glade/GTK | ||
− | == | + | == Usage == |
− | + | 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) |
Latest revision as of 00:34, 7 July 2009
Wii Signer | |
General | |
---|---|
Author(s) | Isaac356 |
Type | PC utility |
Version | 0.9 |
Links | |
Download |
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.
WII SIGNER HAS BEEN MOVED TO PYTHON! You need to download Python to use this.
Features
Implemented:
- Resign Wii Tickets
- Resign Wii TMD's
- Auto-Fix Filesize
- Auto-Fix SHA-1 Hash
Upcoming:
- View TMD (allows you to view all records in a TMD in a table format)
- GUI via Glade/GTK
Usage
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)