More actions
No edit summary |
|||
Line 1: | Line 1: | ||
{{Infobox Wii Homebrews | {{Infobox Wii Homebrews | ||
|title=getwiimsg | |title=getwiimsg | ||
|image=wii-logo.jpg | |image=wii-logo.jpg | ||
|description=Download Wii Message Board announcements and convert to .eml and UTF-16 .txt, needs wc24decrypt | |description=Download Wii Message Board announcements and convert to .eml and UTF-16 .txt, needs wc24decrypt. | ||
|author=Yellows8 | |author=Yellows8 | ||
|lastupdated=2009/12/18 | |lastupdated=2009/12/18 | ||
Line 15: | Line 9: | ||
|license=Mixed | |license=Mixed | ||
|download=https://dlhb.gamebrew.org/wiihomebrews/getwiimsgwii.7z | |download=https://dlhb.gamebrew.org/wiihomebrews/getwiimsgwii.7z | ||
|source=https://web.archive.org/web/20100123163759/http://wmb-asm.googlecode.com/svn/trunk/getwiimsg/ | |source=https://web.archive.org/web/20100123163759/http://wmb-asm.googlecode.com/svn/trunk/getwiimsg/ | ||
}} | }} | ||
{{#seo: | |||
|title=Wii Homebrew PC Tools (PC utilities) - GameBrew | |||
|title_mode=append | |||
|image=wii-logo.jpg | |||
|image_alt=getwiimsg | |||
}} | |||
'''Getwiimsg''' v1.1 was coded by yellows8. | '''Getwiimsg''' v1.1 was coded by yellows8. | ||
Revision as of 09:27, 25 February 2023
getwiimsg | |
---|---|
General | |
Author | Yellows8 |
Type | PC utilities |
Version | 1.0 |
License | Mixed |
Last Updated | 2009/12/18 |
Links | |
Download | |
Source | |
Getwiimsg v1.1 was coded by yellows8.
Download Wii Message Board announcements from server, decrypt, and dump to .eml and .txt files. The internal KD AES key (wc24msgboardkey.bin) is required. In IOS80 v6944, this key is stored at 0x5A8F8 in 00000006.app (the /dev/kd module), and is 0x10 bytes long.
The key is used in AES-128-OFB symmetric encryption. getwiimsg requires Wc24decrypt Wii.
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.
Changelog
v1.1
- Added downloading of missing first 2 of 4 server messages.(msg #4 is newest, #3 older than #4, and so on.)
v1.0
- Inital release.