Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.
Revision as of 11:07, 7 October 2023 by Algoflash (talk | contribs)

← Gotcha Force

This article is about Gotcha Force ARZ file format and ongoing researchs on it.


This file format is almost completely documented.
The structure of this file is well known.


Format

All arz files are valid HSD models compressed with the same algorithm than .pzz files. To decompress arz we use pzztool with -di arg:

pzztool.py -d -di file.arz

Then we have to remove the last Null byte 0x00 added during decompress. For more information about implementations of HSD models see the implementations page.

Contents