TINYPROG
From Just Solve the File Format Problem
(Difference between revisions)
(→Software) |
|||
Line 5: | Line 5: | ||
|released=1990 | |released=1990 | ||
}} | }} | ||
− | '''TINYPROG''' is an executable compression utility for DOS, developed by Tranzoa. It | + | '''TINYPROG''' is an executable compression utility for DOS, developed by Tranzoa. It compresses [[MS-DOS EXE|EXE]] files (to EXE), and [[DOS executable (.com)|COM]] files (converting them to EXE). |
+ | |||
+ | It has several options that affect the compressed file, including a password protection feature. | ||
== 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". | ||
+ | |||
+ | TINYPROG-compressed files normally contain the following ASCII string somewhere in them: | ||
+ | TINYPROG says, "Bad program file!" | ||
+ | |||
+ | Except that password-protected files instead contain: | ||
+ | TINYPROG says, "Bad password or program file!" | ||
== See also == | == See also == |
Revision as of 15:13, 22 July 2023
TINYPROG is an executable compression utility for DOS, developed by Tranzoa. It compresses EXE files (to EXE), and COM files (converting them to EXE).
It has several options that affect the compressed file, including a password protection 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".
TINYPROG-compressed files normally contain the following ASCII string somewhere in them:
TINYPROG says, "Bad program file!"
Except that password-protected files instead contain:
TINYPROG says, "Bad password or program file!"
See also
Software
- TINYPROG
- Version "6/8/90" - variant 1: CD-ROM Aktief Super Special 5 - Tools en Utilities (Dutch) → SHELL/COMP/TINYPROG.ARJ
- Version "6/8/90" - variant 2
- v3.0
- v3.3
- v3.5
- v3.6
- v3.8
- v3.9 (1994-03-11)
Decompression, for DOS:
- See Executable compression#Decompression software for some multi-format utilities that support TINYPROG.
- UnTiny