39
edits
(Add category.) |
(Correct header field.) |
||
Line 1: | Line 1: | ||
Sarc is a file archive format. Files are typically accessed by a binary sorted crc32 hash table | Sarc is a file archive format. Files are typically accessed by a binary sorted crc32 hash table. | ||
=== Header === | === Header === | ||
Line 22: | Line 22: | ||
|0x2 | |0x2 | ||
|u16 | |u16 | ||
|Endianess (Always | |Endianess (Always reads as 0xfeff in platform's native endian) | ||
|- | |- | ||
|0x8 | |0x8 | ||
Line 38: | Line 38: | ||
|u32 | |u32 | ||
|Alignment | |Alignment | ||
|- | |||
|0x14 | |||
|0x2 | |||
|u16 | |||
|Version | |||
|- | |||
|0x16 | |||
|0x2 | |||
|u16 | |||
|Reserved | |||
|} | |} | ||
edits