APAK (File Format)
From Wexos's Wiki
(Redirected from APAK)
File Format
Header
Offset | Type | Description |
---|---|---|
0x00 | Char[4] | File magic. Always APAK in ASCII. |
0x04 | UInt32 | Unknown. |
0x08 | UInt32 | Number of file entries. |
0x0C | UInt32 | Unknown. |
0x10 | UInt32 | Unknown. |
0x14 | UInt32 | Unknown. |
File Entry
Offset | Type | Description |
---|---|---|
0x00 | UInt32 | Unknown, probably hash or checksum of data or name. |
0x04 | UInt32 | File data offset. |
0x08 | UInt32 | File size in bytes. |
0x0C | UInt32 | File size in bytes. |
0x10 | UInt32 | Unknown, might be alignment. |
0x14 | UInt32 | Unknown. |
0x18 | UInt32 | Unknown. |
0x1C | UInt32 | Unknown. |
0x20 | Char[0x20] | File name. Unused characters are set to 00. |
Tools
The following tools can handle APAK files:
- (none)