PKLITE
Line 21: | Line 21: | ||
There is also a fake version that claims to be v1.20 (look for "pklt120r.arj"), but is actually a hacked copy of v1.12 Professional. The files it creates will be identified as version "1.12". | There is also a fake version that claims to be v1.20 (look for "pklt120r.arj"), but is actually a hacked copy of v1.12 Professional. The files it creates will be identified as version "1.12". | ||
+ | |||
+ | == Specifications == | ||
+ | * [https://github.com/afritz1/OpenTESArena/blob/main/docs/pklite_specification.md PKLITE V1.12 compression format] | ||
== Software == | == Software == | ||
Line 33: | Line 36: | ||
** v1.50 1995-04-10: [{{CdTextfilesURL|dfeno1/ARCHIVER/PKLTE150.EXE}}] | ** v1.50 1995-04-10: [{{CdTextfilesURL|dfeno1/ARCHIVER/PKLTE150.EXE}}] | ||
** v2.01 1996-03-15: [{{CdTextfilesURL|darkdomain/programs/dos/archivers/pklts201.exe}}] | ** v2.01 1996-03-15: [{{CdTextfilesURL|darkdomain/programs/dos/archivers/pklts201.exe}}] | ||
+ | |||
+ | Static decompression: | ||
+ | * PKLITE (with <code>-x</code> option) | ||
+ | * [https://github.com/hackerb9/depklite depklite] (Not a complete decompression utility, but maybe useful.) | ||
+ | |||
+ | Dynamic decompression: | ||
+ | * DISLITE (notable because its source code was released) | ||
+ | ** v1.17a: [{{CdTextfilesURL|pdos9606/ARCHIVER/EXECOMP/DISLT117.ZIP}}], [https://johnpc.home.xs4all.nl/dislite/dislt117.zip] | ||
+ | ** [https://johnpc.home.xs4all.nl/dislite/dislite.zip Source code] | ||
+ | * A number of other DOS utilites exist to decompress PKLITE files; a few are at [{{CdTextfilesURL|pdos9606/ARCHIVER/EXECOMP/}}]. | ||
== Links == | == Links == |
Revision as of 15:18, 20 September 2021
PKLITE is an executable compression utility, from the makers of PKZIP (see ZIP). There was a free-for-noncommercial-use version, and a "Professional" version.
It supports mainly MS-DOS .EXE and .COM formats. Version 2.01 added the ability to compress Windows 3.x executables.
Many files compressed by PKLITE can be decompressed by PKLITE, using the -x
option. The main exception is files compressed with -e
, an option only available in the Professional version.
Contents |
Identification
The PKLITE software includes a "CHK4LITE.EXE" utility that identifies PKLITE-compressed files, and the version of PKLITE they were created with.
PKLITE-compressed files normally contain a copyright message near the beginning of the file (though this is not a very robust way to identify them). Based on limited testing, the message starts with either "PKLITE
" or "PKlite
". It is at offset 46 or 48 for COM files, 28 for DOS EXE files, 66 for Windows EXE files.
Technical notes
Version 1.20
The CHK4LITE utility will identify some files as having been compressed with "PKLITE Ver. 1.20", but there is no free version 1.20. There is a Professional version that creates these files, though it's not completely clear what it was named.
There is also a fake version that claims to be v1.20 (look for "pklt120r.arj"), but is actually a hacked copy of v1.12 Professional. The files it creates will be identified as version "1.12".
Specifications
Software
- PKLITE freeware/shareware, for MS-DOS
Static decompression:
- PKLITE (with
-x
option) - depklite (Not a complete decompression utility, but maybe useful.)
Dynamic decompression:
- DISLITE (notable because its source code was released)
- v1.17a: [10], [11]
- Source code
- A number of other DOS utilites exist to decompress PKLITE files; a few are at [12].