In memory of Ben “bushing” Byer, who passed away on Monday, February 8th, 2016.

Difference between revisions of "Wii Signer"

From WiiBrew
Jump to navigation Jump to search
(Moving to discussion)
Line 6: Line 6:
 
| author      = [[User:Isaac356|Isaac356]]
 
| author      = [[User:Isaac356|Isaac356]]
 
| display    =  
 
| display    =  
| version    = 0.1
+
| version    = 0.5
 
| download    = [[Image:Wii-signer.tar.gz]]
 
| download    = [[Image:Wii-signer.tar.gz]]
 
| source      = Included
 
| source      = Included
Line 13: Line 13:
 
'''Wii Signer''' is a simple PC Utility that lets you fakesign a Wii ticket. Currently, only tickets are supported, no tmd's and no other files.
 
'''Wii Signer''' is a simple PC Utility that lets you fakesign a Wii ticket. Currently, only tickets are supported, no tmd's and no other files.
  
== Why? ==
+
== Features ==
Because it doesn't exist yet. The only way to do this is on the Wii itself via PatchMii, or in Windows with some overcomplex utilities.
+
[[Image:Wii-signer.jpg]]
  
== Linux ==
+
 
An x86 32-bit binary is included. Be sure to have OpenSSL. If you want to build from source, you need OpenSSL-Dev (development headers) as well.
+
Implemented:
 +
:Resigns Wii Tickets
 +
 
 +
Upcoming:
 +
:Resign Wii TMD's (right now it stops at the certificate chains)
 +
:View TMD (allows you to view all records in a TMD in a table format)
 +
:Fix Filesize (stats for the correct filesize of a .app file, then puts it in the TMD)
 +
:Fix SHA-1 Hash (updates the stored SHA-1 of a .app file in TMD)
 +
 
 +
== Requirements ==
 +
Wii Signer no longer requires OpenSSL, but it does require Curses, Menu, and Dialog (if you want to build from source). The included binary only requires Curses for runtime.
  
 
== Windows ==
 
== Windows ==
A cygwin compile is more than likely possible. (Again, OpenSSL & OpenSSL-Dev).
+
My plans for a Windows binary are on hold, as I can't cross-compile the curses library (but even without it, SHA was causing errors). Hint: if you really want to run it in Windows, try Cygwin.
 
 
== Mac ==
 
Maybe with Fink. You're on your own here.
 

Revision as of 03:50, 19 January 2009

Wii Signer
General
Author(s)Isaac356
TypePC Utility
Version0.5
Links
[[File:Wii-signer.tar.gz|Download]]
Source

Wii Signer is a simple PC Utility that lets you fakesign a Wii ticket. Currently, only tickets are supported, no tmd's and no other files.

Features

File:Wii-signer.jpg


Implemented:

Resigns Wii Tickets

Upcoming:

Resign Wii TMD's (right now it stops at the certificate chains)
View TMD (allows you to view all records in a TMD in a table format)
Fix Filesize (stats for the correct filesize of a .app file, then puts it in the TMD)
Fix SHA-1 Hash (updates the stored SHA-1 of a .app file in TMD)

Requirements

Wii Signer no longer requires OpenSSL, but it does require Curses, Menu, and Dialog (if you want to build from source). The included binary only requires Curses for runtime.

Windows

My plans for a Windows binary are on hold, as I can't cross-compile the curses library (but even without it, SHA was causing errors). Hint: if you really want to run it in Windows, try Cygwin.