Realia Spacemaker
From Just Solve the File Format Problem
(Difference between revisions)
Line 10: | Line 10: | ||
== Identification == | == Identification == | ||
− | (Only | + | (Only versions 1.03 and 1.06 have been evaluated.) |
Compressed COM files apparently start with bytes {{magic|9c 55 56 8c cd 83 c5}}, and have ASCII "{{magic|MEMORY$}}" at offset 18. | Compressed COM files apparently start with bytes {{magic|9c 55 56 8c cd 83 c5}}, and have ASCII "{{magic|MEMORY$}}" at offset 18. | ||
Line 21: | Line 21: | ||
** {{OldskoolDOSEXE}} → DOSEXE Executable Tools Pack → packers/spacemaker.106-realia.rar | ** {{OldskoolDOSEXE}} → DOSEXE Executable Tools Pack → packers/spacemaker.106-realia.rar | ||
** [https://vetusware.com/download/Realia%20Spacemaker/?id=4297 At Vetusware] | ** [https://vetusware.com/download/Realia%20Spacemaker/?id=4297 At Vetusware] | ||
+ | |||
+ | == Sample files == | ||
+ | * {{CdTextfiles|simtel/stmsdos9709/disk1/DISC1/DIRUTL/DATER11.ZIP|DATER11.ZIP}} → DATER.COM | ||
+ | * {{CdTextfiles|pcsig08/101_200/DISK0191/DISK0191.ZIP|DISK0191.ZIP}} → DVED.COM | ||
+ | * {{CdTextfiles|pdos9606/GAMES/ROLEPLAY/NHPLUS.ZIP|NHPLUS.ZIP}} → GETYN.COM | ||
== Links == | == Links == |
Latest revision as of 12:28, 24 July 2023
Realia Spacemaker (or just Spacemaker) is an executable compression utility for DOS, developed by Realia. It was possibly the first executable compression utility for DOS to be released.
It compresses COM files (to COM), and EXE files (to EXE or COM).
Contents |
[edit] Identification
(Only versions 1.03 and 1.06 have been evaluated.)
Compressed COM files apparently start with bytes 9c 55 56 8c cd 83 c5
, and have ASCII "MEMORY$
" at offset 18.
Compressed EXE files apparently have 9c 55 56 8c cd 83 c5
at offset 512, and ASCII "MEMORY$
" at offset 530.
[edit] Software
- Spacemaker v1.03
- Spacemaker v1.06:
- ANORMAL's DOSEXE collections → DOSEXE Executable Tools Pack → packers/spacemaker.106-realia.rar
- At Vetusware
[edit] Sample files
- DATER11.ZIP → DATER.COM
- DISK0191.ZIP → DVED.COM
- NHPLUS.ZIP → GETYN.COM
[edit] Links
- Realia SpaceMaker, at the OS/2 Museum
- Advertisement in PC Magazine, Jan. 1983, p. 417