7z Archive: Difference between revisions
Jump to navigation
Jump to search
imported>Ikskoks |
imported>Ikskoks |
||
| Line 11: | Line 11: | ||
<div class="toccolours mw-collapsible" id="mw-customcollapsible-myDivision" style="width:800px; overflow:auto;"> | <div class="toccolours mw-collapsible" id="mw-customcollapsible-myDivision" style="width:800px; overflow:auto;"> | ||
<pre> | <pre> | ||
//header | // signature header | ||
6 bytes (char) - signature // 37 7A BC AF 27 1C | 6 bytes (char) - signature // 37 7A BC AF 27 1C | ||
1 bytes (uint8) - version major // 0 | 1 bytes (uint8) - version major // 0 | ||
1 bytes (uint8) - version minor // 4 | 1 bytes (uint8) - version minor // 4 | ||
4 bytes (uint32) - start header CRC | 4 bytes (uint32) - start header CRC | ||
4 bytes (uin64) - next header offset // e.g. 12 | |||
4 bytes (uin64) - next header size // e.g. 162 | |||
4 bytes (uint32) - next header CRC | |||
// TODO | |||
</pre> | </pre> | ||
</div> | </div> | ||
Revision as of 11:17, 13 February 2022
Back to index | Edit this page
7z
- Format Type : Archive
- Endian Order : Little Endian
- Signature : 7z / 37 7A BC AF 27 1C
Format Specifications
// signature header 6 bytes (char) - signature // 37 7A BC AF 27 1C 1 bytes (uint8) - version major // 0 1 bytes (uint8) - version minor // 4 4 bytes (uint32) - start header CRC 4 bytes (uin64) - next header offset // e.g. 12 4 bytes (uin64) - next header size // e.g. 162 4 bytes (uint32) - next header CRC // TODO
Notes and Comments
None.
Games
List of games using this file format:
- TODO
QuickBMS Script
Not written yet.
Compatible Programs
- 7-zip
- Winrar
See Also