Talk:Apploader: Difference between revisions
Jump to navigation
Jump to search
Hallowizer (talk | contribs) →IOS content 0: new section |
→IOS content 0: don't think they're apploaders, not really sure what they are though |
||
Line 2: | Line 2: | ||
I’ve seen a number of IOSes on Wiimpersonator have a content 0 that is 0x40 bytes long. Is this an apploader that reads for the boot index? [[User:Hallowizer|Hallowizer]] ([[User talk:Hallowizer|talk]]) 02:28, 15 July 2021 (CEST) | I’ve seen a number of IOSes on Wiimpersonator have a content 0 that is 0x40 bytes long. Is this an apploader that reads for the boot index? [[User:Hallowizer|Hallowizer]] ([[User talk:Hallowizer|talk]]) 02:28, 15 July 2021 (CEST) | ||
:I don't think it is. Here's one for [[IOS10]]: | |||
00000000 66 69 72 6d 77 61 72 65 2e 36 34 2e 30 38 30 38 |firmware.64.0808| | |||
00000010 30 36 31 31 32 38 00 00 00 00 00 00 00 00 00 00 |061128..........| | |||
00000020 00 00 00 00 00 00 00 00 00 00 00 00 01 02 00 00 |................| | |||
00000030 79 61 73 75 68 2d 74 6f 40 54 4f 4e 4b 41 54 00 |yasuh-to@TONKAT.| | |||
:And one for [[IOS48]]: | |||
00000000 66 69 72 6d 77 61 72 65 2e 36 34 2e 31 30 30 37 |firmware.64.1007| | |||
00000010 32 36 30 36 35 39 00 00 00 00 00 00 00 00 00 00 |260659..........| | |||
00000020 00 00 00 00 00 00 00 00 00 00 00 00 01 02 00 00 |................| | |||
00000030 61 64 6d 69 6e 40 46 57 50 55 42 4c 49 53 48 00 |admin@FWPUBLISH.| | |||
:This is practically a text file; although it does have a bit of binary data, it's pretty clearly not code. I'm not sure what these files are used for (if anything); maybe they're just used for recording version numbers or such. --[[User:Pokechu22|Pokechu22]] ([[User talk:Pokechu22|talk]]) 18:03, 15 July 2021 (CEST) |
Revision as of 18:03, 15 July 2021
IOS content 0
I’ve seen a number of IOSes on Wiimpersonator have a content 0 that is 0x40 bytes long. Is this an apploader that reads for the boot index? Hallowizer (talk) 02:28, 15 July 2021 (CEST)
- I don't think it is. Here's one for IOS10:
00000000 66 69 72 6d 77 61 72 65 2e 36 34 2e 30 38 30 38 |firmware.64.0808| 00000010 30 36 31 31 32 38 00 00 00 00 00 00 00 00 00 00 |061128..........| 00000020 00 00 00 00 00 00 00 00 00 00 00 00 01 02 00 00 |................| 00000030 79 61 73 75 68 2d 74 6f 40 54 4f 4e 4b 41 54 00 |yasuh-to@TONKAT.|
- And one for IOS48:
00000000 66 69 72 6d 77 61 72 65 2e 36 34 2e 31 30 30 37 |firmware.64.1007| 00000010 32 36 30 36 35 39 00 00 00 00 00 00 00 00 00 00 |260659..........| 00000020 00 00 00 00 00 00 00 00 00 00 00 00 01 02 00 00 |................| 00000030 61 64 6d 69 6e 40 46 57 50 55 42 4c 49 53 48 00 |admin@FWPUBLISH.|