AFK Arena LZAP: Difference between revisions
Jump to navigation
Jump to search
imported>Ikskoks |
imported>Ikskoks |
||
| Line 24: | Line 24: | ||
* This file format uses '''LZ4''' compression. | * This file format uses '''LZ4''' compression. | ||
* LZAP file seems to be container for PKM image file with "PKM 10" signature. | |||
=== Games === | === Games === | ||
Revision as of 12:58, 21 August 2022
Back to index | Edit this page
LZAP
- Format Type : Image
- Endian Order : Little Endian
- Signature : LZ4PNG / PKM 10 / PKM
Format Specifications
// header 4 bytes (char) - signature // "LZ4PNG" 4 bytes (uint32) - unknown 4 bytes (uint32) - uncompressed file size // data x bytes - file data // compressed with LZ4
Notes and Comments
- This file format uses LZ4 compression.
- LZAP file seems to be container for PKM image file with "PKM 10" signature.
Games
List of games using this file format:
- AFK Arena (Android) (*.LZAP)
QuickBMS Script
Compatible Programs
None.