StoneCracker
From Just Solve the File Format Problem
(Difference between revisions)
(→Sample files) |
(→Identification) |
||
| Line 8: | Line 8: | ||
== Identification == | == Identification == | ||
| − | + | For version 3 and above, files begin with one of the following ASCII identifiers: | |
| + | S300 | ||
| + | S310 | ||
| + | S400 | ||
| + | S401 | ||
| + | S403 | ||
| + | S404 | ||
| + | |||
| + | Earlier versions are more difficult to identify. There's an attempt in [https://github.com/temisu/ancient Ancient's] source code. | ||
== Software == | == Software == | ||
Revision as of 20:17, 18 August 2020
StoneCracker is a compressed file format produced by the Amiga packer program StoneCracker.
Identification
For version 3 and above, files begin with one of the following ASCII identifiers:
S300 S310 S400 S401 S403 S404
Earlier versions are more difficult to identify. There's an attempt in Ancient's source code.