Difference between revisions of "/shared2/wc24/nwc24msg.cfg"
Jump to navigation
Jump to search
m (Fixed typo.) |
(Added info for the checksum, added the required value and ranges for the words at offsets 0x4 and 0x10.) |
||
Line 23: | Line 23: | ||
| 0x7 | | 0x7 | ||
| 0x4 | | 0x4 | ||
− | | Unknown, | + | | Unknown, must always be 8. |
|- | |- | ||
| 0x8 | | 0x8 | ||
Line 33: | Line 33: | ||
| 0x13 | | 0x13 | ||
| 0x4 | | 0x4 | ||
− | | Unknown, | + | | Unknown, must always be less than 0x20. |
|- | |- | ||
| 0x14 | | 0x14 | ||
Line 68: | Line 68: | ||
| 0x3ff | | 0x3ff | ||
| 0x4 | | 0x4 | ||
− | | Checksum | + | | Checksum, this is the sum of the whole file excluding the checksum. This is similar to the NANDBOOTINFO and state.dat checksums. |
|- | |- | ||
|} | |} | ||
{{stub}} | {{stub}} |
Revision as of 18:54, 12 June 2010
This file contains data used by the WC24 mail engine. The following list is the mail engine URLs contained in this file. Like most other WC24 URLs, you need the internal KD SSL client certificate to access the servers.
- https://amw.wc24.wii.com/cgi-bin/account.cgi
- http://rcw.wc24.wii.com/cgi-bin/check.cgi
- https://mtw.wc24.wii.com/cgi-bin/receive.cgi
- https://mtw.wc24.wii.com/cgi-bin/delete.cgi
- https://mtw.wc24.wii.com/cgi-bin/send.cgi
File structure
Start | End | Length | Description |
---|---|---|---|
0x0 | 0x3 | 0x4 | Magic 0x66436357 "WcCf" |
0x4 | 0x7 | 0x4 | Unknown, must always be 8. |
0x8 | 0xf | 0x8 | Varies |
0x10 | 0x13 | 0x4 | Unknown, must always be less than 0x20. |
0x14 | 0x17 | 0x4 | Unknown, usually 2? |
0x18 | 0x57 | 0x40 | The Wii E-Mail address domain, includes the '@'. |
0x58 | 0x77 | 0x20 | The chlng value used in HTTP(S) mail POST requests is probably generated from this string? |
0x78 | 0x9b | 0x24 | This is the mlchkid string value used in HTTP(S) mail POST requests. |
0x9c | 0x31b | 0x280 | 5 HTTP(S) URLs for the mail engine, max 0x80 bytes each. |
0x31c | 0x3fb | 0xe0 | Padding? |
0x3fc | 0x3ff | 0x4 | Checksum, this is the sum of the whole file excluding the checksum. This is similar to the NANDBOOTINFO and state.dat checksums. |
This article is a stub. You can help WiiBrew by expanding it. |