EXEPACK

From Just Solve the File Format Problem
(Difference between revisions)
Jump to: navigation, search
(Software)
(Software)
Line 15: Line 15:
  
 
== Software ==
 
== Software ==
* [https://github.com/w4kfu/unEXEPACK Samuel Chevet's unEXEPACK]
+
Creation:
 +
* Microsoft's EXEPACK.EXE (or LINK.EXE with /E or /EXEPACK option) - Included with some development SDKs.
 +
** [https://archive.org/details/microsoftmacroassembler_v51 Microsoft Macro Assembler v5.1] - Includes EXEPACK 4.06 (disk 2)
 +
* [https://www.bamsoftware.com/software/exepack/ David Fifield's exepack]
 +
 
 +
Decompression (static):
 +
* [https://github.com/w4kfu/unEXEPACK unEXEPACK] by Samuel Chevet
 
* [https://www.bamsoftware.com/software/exepack/ David Fifield's exepack]
 
* [https://www.bamsoftware.com/software/exepack/ David Fifield's exepack]
 
* [https://sourceforge.net/p/openkb/code/ci/master/tree/src/tools/unexepack.c UNEXEPACK from openKB]
 
* [https://sourceforge.net/p/openkb/code/ci/master/tree/src/tools/unexepack.c UNEXEPACK from openKB]
* Microsoft's EXEPACK.EXE (or LINK.EXE with /E or /EXEPACK option) - Included with some development SDKs.
+
 
** [https://archive.org/details/microsoftmacroassembler_v51 Microsoft Macro Assembler v5.1] (Disk 2) - Includes EXEPACK 4.06
+
Decompression (dynamic -- DOS only):
 +
* Refer to [[Executable compression#Decompression software]]
 +
* {{CdTextfiles|simtel/simtel20/MSDOS/EXECOMP/UNEXEP10.ZIP|UNEXEPAC}} by Dan Norstedt. Includes source code.
 +
 
 +
Decompression (unknown technique):
 +
* UPACKEXE by Fabrice Bellard - Included with [[LZEXE#Softare|LZEXE]]. For DOS.
 +
 
 +
Patchers:
 +
* {{CdTextfiles|simtel/simtel20/MSDOS/EXECOMP/EXPAKFX1.ZIP|EXPAKFIX}} by Alan Modra
 +
* {{CdTextfiles|simtel/simtel20/MSDOS/EXECOMP/LOWFIX.ZIP|LOWFIX}} by Steve Burg
  
 
== Links ==
 
== Links ==

Revision as of 18:05, 4 April 2022

File Format
Name EXEPACK
Ontology
Released 1985

EXEPACK is an executable compression utility for DOS-style EXE files. It was developed by Microsoft, and originally written by Reuben Borman.

There are multiple versions of it, which differ in some of the technical details that need to be dealt with to restore compressed files to their original form.

Some of the EXE files included with some versions of MS-DOS were compressed with EXEPACK.

Identification

The strings "RB" and "Packed file is corrupt" usually appear somewhere in the file.

Software

Creation:

Decompression (static):

Decompression (dynamic -- DOS only):

Decompression (unknown technique):

  • UPACKEXE by Fabrice Bellard - Included with LZEXE. For DOS.

Patchers:

Links

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox