TSComp
From Just Solve the File Format Problem
(Difference between revisions)
(→Software) |
(more software added) |
||
Line 17: | Line 17: | ||
* [{{SACFTPURL|pack|tscomp.zip}} The Stirling Compressor v1.3.21] | * [{{SACFTPURL|pack|tscomp.zip}} The Stirling Compressor v1.3.21] | ||
* [https://github.com/sourcekris/untsc untsc] A command line extractor with source in Golang. | * [https://github.com/sourcekris/untsc untsc] A command line extractor with source in Golang. | ||
+ | * {{Deark}} can list and extract the contents of archives via tscomp module. | ||
== Sample files == | == Sample files == |
Revision as of 23:35, 29 November 2023
TSComp is the informal name of a compressed archive format used by some versions of the InstallShield installation software by The Stirling Group. It is also supported by a DOS utility named The Stirling Compressor. It uses PKWARE DCL Implode compression.
Contents |
Identifiers
For single-file archives, often the last letter of the filename extension is changed to "$". For multi-file archives, the most common extensions seem to be .lib and .cmp.
Identification
Files begin with bytes: 65 5D 13 8C 08 01
.
Software
- The Stirling Compressor v1.3.21
- untsc A command line extractor with source in Golang.
- Deark can list and extract the contents of archives via tscomp module.