Analysis of Hava Titanium HD hwconfig flash image
The hwconfig image contains fixed length records (0×80 long) padded with 0xFF.
| offset | Contents |
|---|---|
| 0000 | e-mac value from label, 12 hex chars, not null terminated. |
| 0080 | id value from label with different hyphenation, null terminated. |
| 0100 | serial number from label with different hyphenation, null terminated. |
| 0300 | the p2p server ip address as ascii “66.226.77.110″, null terminated. This ip is listed in the setup program’s info->advanced_mode->remote. The ip has no reverse mapping and belongs to Aplus.net Internet Services in Overland Park, Kansas. |
| 0380 | the p2p server port as ascii “1234″, not null terminated. |
| 0400 | unknown number, ascii “cc692b22-b81a-8d44-2e5b-12122fae5c4b”, null terminated. |
| 0480 | unknown binary data. |
| 0580 | ascii “HAVAMONSOON”, null terminated. I think it’s the unit’s hostname. |
| 0600 | ascii “0″, null terminated. |
the rest is just filled with 0xFF characters.
