StoneCracker
From Just Solve the File Format Problem
(Difference between revisions)
m |
Dexvertbot (Talk | contribs) (→Sample files) |
||
| (5 intermediate revisions by 3 users not shown) | |||
| 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 == | ||
* [http://zakalwe.fi/~shd/foss/amigadepacker/ amigadepacker] | * [http://zakalwe.fi/~shd/foss/amigadepacker/ amigadepacker] | ||
| + | * [https://github.com/temisu/ancient Ancient] | ||
== Sample files == | == Sample files == | ||
| − | * | + | * {{DexvertSamples|archive/stc}} |
| + | |||
| + | [[Category:Amiga]] | ||
Latest revision as of 03:37, 28 December 2023
StoneCracker is a compressed file format produced by the Amiga packer program StoneCracker.
[edit] 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.