XPACK

From Just Solve the File Format Problem
(Difference between revisions)
Jump to: navigation, search
(Updates due to splitting this article into multiple articles)
Line 3: Line 3:
 
|subcat=Compression
 
|subcat=Compression
 
|subcat2=Executable compression
 
|subcat2=Executable compression
|extensions={{ext|xpa}}, {{ext|xdi}}, others/special
+
|extensions=special
 
|released=1995
 
|released=1995
 
}}
 
}}
'''XPACK''' (written '''XPAck''' in v1.67.r) is a multi-function compression utility for DOS, probably best known for its [[executable compression]]. It was developed by JauMing Tseng. Some versions were distributed as freeware, others as shareware.
+
'''XPACK''' (often written '''XPAck''' in later versions) is a multi-function compression utility for DOS, probably best known for its [[executable compression]]. It was developed by JauMing Tseng. Some versions were distributed as freeware, others as shareware.
 +
 
 +
This article covers the executable compression and single-file compression formats, and the software in general. Some native XPACK formats have their own articles:
 +
* [[XPACK archive]]
 +
* [[XPACK disk image]]
  
 
== Disambiguation ==
 
== Disambiguation ==
Line 20: Line 24:
 
It supports single-file compression of arbitrary data files, and has a TSR utility to do transparent decompression. Such files are presumably expected to retain their original filename.
 
It supports single-file compression of arbitrary data files, and has a TSR utility to do transparent decompression. Such files are presumably expected to retain their original filename.
  
It has an '''.XPA''' compressed archive format.
+
It has an [[XPACK archive|.XPA]] compressed archive format.
  
It has an '''.XDI''' compressed floppy disk image format.
+
It has an [[XPACK disk image|.XDI]] compressed floppy disk image format.
  
 
== Identification ==
 
== Identification ==
 
At least some compressed EXE files have "{{magic|xpac}}" at offset 28.
 
At least some compressed EXE files have "{{magic|xpac}}" at offset 28.
  
Compressed data files apparently start with bytes {{magic|cd 20 6a 6d}}.
+
Compressed data files apparently start with bytes {{magic|0xcd 0x20 'j' 'm'}}.
 
+
.xpa archives start with {{magic|'x' 'p' 'a' 0x18}}, followed by 11 {{magic|0x00}} bytes.
+
 
+
.xdi disk images possibly start with {{magic|'j' 'm' 0x02 0x04}}.
+
  
 
== Software ==
 
== Software ==
Line 47: Line 47:
 
== Links ==
 
== Links ==
 
* [https://web.archive.org/web/20010701032015/http://members.nbci.com/jauming/ XPACK website (2001 archive)]
 
* [https://web.archive.org/web/20010701032015/http://members.nbci.com/jauming/ XPACK website (2001 archive)]
 
[[Category:Archiving]]
 
[[Category:Disk Image Formats]]
 

Revision as of 14:20, 21 August 2021

File Format
Name XPACK
Ontology
Extension(s) special
Released 1995

XPACK (often written XPAck in later versions) is a multi-function compression utility for DOS, probably best known for its executable compression. It was developed by JauMing Tseng. Some versions were distributed as freeware, others as shareware.

This article covers the executable compression and single-file compression formats, and the software in general. Some native XPACK formats have their own articles:

Contents

Disambiguation

  • DOS XPACK is not the same as the XPA/Xpa32/XPAGUI/"XPACK-archiver for Win32" programs by the same author. More research is needed to understand the relationships of these things.
  • There is an unrelated collection of DOS utilities also named XPACK: XPACK.ZIP

Format details

XPACK does executable compression of .EXE and .COM files.

It supports single-file compression of arbitrary data files, and has a TSR utility to do transparent decompression. Such files are presumably expected to retain their original filename.

It has an .XPA compressed archive format.

It has an .XDI compressed floppy disk image format.

Identification

At least some compressed EXE files have "xpac" at offset 28.

Compressed data files apparently start with bytes 0xcd 0x20 'j' 'm'.

Software

Ed. note: Unable to get v1.64 or earlier to run in DOSBox -- it just says "XPACK is corrupt".

Links

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox