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

Difference between revisions of "Getwiimsg"

From WiiBrew
Jump to navigation Jump to search
m (Replaced author with user page link.)
m (desc is not used in "Infobox homebrew".)
Line 1: Line 1:
 
{{Infobox homebrew
 
{{Infobox homebrew
 
| title      = getwiimsg
 
| title      = getwiimsg
| desc        = Download Wii Message Board announcements and convert to .eml and UTF-16 .txt, needs wc24decrypt
 
 
| type        = pc utility
 
| type        = pc utility
 
| author      = [[User:Yellows8|Yellows8]]
 
| author      = [[User:Yellows8|Yellows8]]
Line 8: Line 7:
 
| source      = http://wmb-asm.googlecode.com/svn/trunk/getwiimsg/ SVN
 
| source      = http://wmb-asm.googlecode.com/svn/trunk/getwiimsg/ SVN
 
}}
 
}}
 
+
'''getwiimsg''' was coded by yellowstar6. Download Wii Message Board mail from server, decrypt, and dump to .eml and .txt files. The internal KD AES key for wc24msgboardkey.bin is required. In IOS35 v3088, this key is stored at 0x5f780 in 00000006.app. getwiimsg requires wc24decrypt.
== README ==
 
 
 
getwiimsg v1.0 by yellowstar6. Download Wii Message Board mail from server, decrypt, and dump to .eml and .txt files. The internal KD AES key for wc24msgboardkey.bin is required. In IOS35 v3088, this key is stored at 0x5f780 in 00000006.app. getwiimsg requires wc24decrypt.
 
  
 
Help displayed when run without parameters:
 
Help displayed when run without parameters:
Line 17: Line 13:
 
getwiimsg <country code number> <language code> <wc24msgboardkey.bin> <optional list of alternate msg files to process from a server or locally>
 
getwiimsg <country code number> <language code> <wc24msgboardkey.bin> <optional list of alternate msg files to process from a server or locally>
  
language code can be one of the following: ja, en, de, fr, es, it, nl.
+
Language code can be one of the following: ja, en, de, fr, es, it, nl.
 
 
Source is available on SVN at http://wmb-asm.googlecode.com/svn/trunk/getwiimsg/
 
  
Credits:
+
== Credits ==
 
Bob Trower for his Base 64 implementation.
 
Bob Trower for his Base 64 implementation.
  
 
== Note ==
 
== Note ==
 
By mail, that means msg board announcements.
 
By mail, that means msg board announcements.

Revision as of 19:32, 11 November 2009

getwiimsg
General
Author(s)Yellows8
TypePC utility
Version1.0
Links
Download
SVN Source

getwiimsg was coded by yellowstar6. Download Wii Message Board mail from server, decrypt, and dump to .eml and .txt files. The internal KD AES key for wc24msgboardkey.bin is required. In IOS35 v3088, this key is stored at 0x5f780 in 00000006.app. getwiimsg requires wc24decrypt.

Help displayed when run without parameters: Usage: getwiimsg <country code number> <language code> <wc24msgboardkey.bin> <optional list of alternate msg files to process from a server or locally>

Language code can be one of the following: ja, en, de, fr, es, it, nl.

Credits

Bob Trower for his Base 64 implementation.

Note

By mail, that means msg board announcements.