PKTINY
From Just Solve the File Format Problem
(Difference between revisions)
Line 8: | Line 8: | ||
It compresses [[MS-DOS EXE|DOS EXE]] files. The files it creates are a corruption of [[TINYPROG]] format, but superficially look more like [[PKLITE]]. | It compresses [[MS-DOS EXE|DOS EXE]] files. The files it creates are a corruption of [[TINYPROG]] format, but superficially look more like [[PKLITE]]. | ||
+ | |||
+ | Only version 1.62 has been found, but there were others. UnTiny v1.04 says it supports "PKTiny 1.0, 1.4, 1.5, 1.60 (from VGACOPY.EXE), 1.61, 1.62". | ||
== Identification == | == Identification == | ||
− | + | For v1.62 at least, a PKTINY-compressed file normally contains the ASCII strings "{{magic|This program runs only on i80286 and above.}}" and "{{magic|Program was modified and will not run.}}" somewhere in it. | |
== Software == | == Software == | ||
Line 19: | Line 21: | ||
* [[PKLITE#Software|PKLITE]] | * [[PKLITE#Software|PKLITE]] | ||
* {{CdTextfiles|20mnn/MCAFEE/SCN-213E.ZIP|SCN-213E.ZIP}} | * {{CdTextfiles|20mnn/MCAFEE/SCN-213E.ZIP|SCN-213E.ZIP}} | ||
+ | |||
+ | Decompression: | ||
+ | * [{{SACFTPURL|pack|untiny.rar}} UnTiny v1.04] | ||
+ | * Some other TINYPROG decompressors support PKTINY; see [[TINYPROG#Software]]. |
Revision as of 16:07, 19 August 2023
PKTINY, also written PK-TINY, is an executable compression utility that tries to make life difficult for those who want to decompress such files. It was developed by VGA-Software and Thomas Mönkemeier.
It compresses DOS EXE files. The files it creates are a corruption of TINYPROG format, but superficially look more like PKLITE.
Only version 1.62 has been found, but there were others. UnTiny v1.04 says it supports "PKTiny 1.0, 1.4, 1.5, 1.60 (from VGACOPY.EXE), 1.61, 1.62".
Identification
For v1.62 at least, a PKTINY-compressed file normally contains the ASCII strings "This program runs only on i80286 and above.
" and "Program was modified and will not run.
" somewhere in it.
Software
- ANORMAL's DOSEXE collections → Executable Tools Pack → packers/pktiny.162-vga soft.rar
Dependencies:
Decompression:
- UnTiny v1.04
- Some other TINYPROG decompressors support PKTINY; see TINYPROG#Software.