TINYPROG
From Just Solve the File Format Problem
				
								
				(Difference between revisions)
				
																
				
				
								
				|  (Created page with "{{FormatInfo |formattype=electronic |subcat=Compression |subcat2=Executable compression |released=1990 }} '''TINYPROG''' is an executable compression utility for DOS, develope...") | |||
| Line 9: | Line 9: | ||
| == Identification == | == Identification == | ||
| According to the documentation, a compressed EXE file has bytes {{magic|'t' 'z'}} at offset 28. The next byte is "hex C0, logically OR'ed with the TINYPROG version number". | According to the documentation, a compressed EXE file has bytes {{magic|'t' 'z'}} at offset 28. The next byte is "hex C0, logically OR'ed with the TINYPROG version number". | ||
| + | |||
| + | == See also == | ||
| + | * [[PKTINY]] | ||
| == Software == | == Software == | ||
| * {{CdTextfiles|pdos9606/ARCHIVER/EXECOMP/TINYP39.ZIP|TINYP39.ZIP}} - TINYPROG v3.9 (1994-03-11) | * {{CdTextfiles|pdos9606/ARCHIVER/EXECOMP/TINYP39.ZIP|TINYP39.ZIP}} - TINYPROG v3.9 (1994-03-11) | ||
| − | *  | + | |
| − | * {{CdTextfiles|pdos9606/ARCHIVER/EXECOMP/UNTINY.ZIP|UnTiny}}  | + | Decompression, for DOS: | 
| + | * See [[Executable compression#Decompression software]] for some multi-format utilities that support TINYPROG. | ||
| + | * {{CdTextfiles|pdos9606/ARCHIVER/EXECOMP/UNTINY.ZIP|UnTiny}} | ||
Revision as of 16:45, 17 April 2022
TINYPROG is an executable compression utility for DOS, developed by Tranzoa. It can compress EXE and COM files. It has a password protection option. It does not appear to have a decompression feature.
Identification
According to the documentation, a compressed EXE file has bytes 't' 'z' at offset 28. The next byte is "hex C0, logically OR'ed with the TINYPROG version number".
See also
Software
- TINYP39.ZIP - TINYPROG v3.9 (1994-03-11)
Decompression, for DOS:
- See Executable compression#Decompression software for some multi-format utilities that support TINYPROG.
- UnTiny

