ExeFS: Difference between revisions
mNo edit summary |
m It seems to actually be 10, instead of 8 |
||
Line 19: | Line 19: | ||
|- | |- | ||
| 0x00 | | 0x00 | ||
| | | 0xa0 | ||
| File headers ( | | File headers (10 headers maximum, 16 bytes each) | ||
|- | |- | ||
| | | 0xa0 | ||
| | | 0x20 | ||
| Reserved | | Reserved | ||
|- | |- | ||
| | | 0xc0 | ||
| | | 0x140 | ||
| File hashes ( | | File hashes (10 hashes maximum, 32 bytes each, one for each header) | ||
|} | |} | ||
==== File headers ==== | ==== File headers ==== | ||
There are a maximum of | There are a maximum of 10 file headers in the ExeFS format, which have the following structure: | ||
{| class="wikitable" border="1" | {| class="wikitable" border="1" |