Warning: require_once(): Unable to allocate memory for pool. in /usr/local/www/mediawiki/includes/WebStart.php on line 97

Warning: require_once(): Unable to allocate memory for pool. in /usr/local/www/mediawiki/includes/WebStart.php on line 100

Warning: require_once(): Unable to allocate memory for pool. in /usr/local/www/mediawiki/includes/WebStart.php on line 103

Warning: require_once(): Unable to allocate memory for pool. in /usr/local/www/mediawiki/includes/Defines.php on line 187

Warning: require_once(): Unable to allocate memory for pool. in /usr/local/www/mediawiki/includes/WebStart.php on line 115

Warning: require(): Unable to allocate memory for pool. in /usr/local/www/mediawiki/includes/AutoLoader.php on line 1007

Warning: require(): Unable to allocate memory for pool. in /usr/local/www/mediawiki/includes/AutoLoader.php on line 1007

Warning: require(): Unable to allocate memory for pool. in /usr/local/www/mediawiki/includes/AutoLoader.php on line 1007

Warning: require(): Unable to allocate memory for pool. in /usr/local/www/mediawiki/includes/AutoLoader.php on line 1007

Warning: Cannot modify header information - headers already sent by (output started at /usr/local/www/mediawiki/includes/WebStart.php:97) in /usr/local/www/mediawiki/includes/WebResponse.php on line 38

Warning: Cannot modify header information - headers already sent by (output started at /usr/local/www/mediawiki/includes/WebStart.php:97) in /usr/local/www/mediawiki/includes/WebResponse.php on line 38
TTCOMP - Just Solve the File Format Problem

TTCOMP

From Just Solve the File Format Problem
(Difference between revisions)
Jump to: navigation, search
(→‎Sample files)
(software TTCOMP.EXE and blast added)
Line 21: Line 21:
 
== Software ==
 
== Software ==
 
* [http://www.exelana.com/techie/c/ttdecomp.html TTDecomp]
 
* [http://www.exelana.com/techie/c/ttdecomp.html TTDecomp]
 +
* [http://info.elf.stuba.sk/packages/pub/pc/pack/ttcomp.zip TTCOMP.EXE]
 +
* [https://github.com/JoshVarga/blast blast]
  
 
== Sample files ==
 
== Sample files ==
 
* [https://archive.org/details/UniversalDialUPModemDriverCD Universal Dial UP Modem Driver CD] → SOFTWARE/BITWARE/.../*.??$
 
* [https://archive.org/details/UniversalDialUPModemDriverCD Universal Dial UP Modem Driver CD] → SOFTWARE/BITWARE/.../*.??$
 
* https://telparia.com/fileFormatSamples/archive/ttcomp/
 
* https://telparia.com/fileFormatSamples/archive/ttcomp/

Revision as of 18:02, 29 June 2021

File Format
Name TTCOMP
Ontology

TTComp archive is a compressed file format. It was apparently used by some software installation utilities. It uses PKWARE DCL Implode compression.

Though it may be called an "archive" format, it appears to store nothing more than a stream of compressed data.

Identification

The first byte of a TTComp file indicates the type of compression:

  • 0x00: binary compression
  • 0x01: ASCII compression

The second byte of a TTComp file specifies the size of the dictionary as follows:

  • 0x04: 1024 bytes
  • 0x05: 2048 bytes
  • 0x06: 4096 bytes

Most TTComp files begin with bytes 0x00 0x06 indicating binary compression and a 4K dictionary.

Software

Sample files

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox

Warning: Cannot modify header information - headers already sent by (output started at /usr/local/www/mediawiki/includes/WebStart.php:97) in /usr/local/www/mediawiki/includes/WebResponse.php on line 38

Warning: Cannot modify header information - headers already sent by (output started at /usr/local/www/mediawiki/includes/WebStart.php:97) in /usr/local/www/mediawiki/includes/WebResponse.php on line 38

Warning: Cannot modify header information - headers already sent by (output started at /usr/local/www/mediawiki/includes/WebStart.php:97) in /usr/local/www/mediawiki/includes/WebResponse.php on line 38