ICE (executable compression)
From Just Solve the File Format Problem
(Difference between revisions)
(→See also) |
|||
(One intermediate revision by one user not shown) | |||
Line 8: | Line 8: | ||
The documentation implies that ICE stands for ''Intrusion Countermeasure Electronics''. | The documentation implies that ICE stands for ''Intrusion Countermeasure Electronics''. | ||
+ | |||
+ | == Identification == | ||
+ | ICE-compressed files start with bytes {{magic|eb 0a}}, and have {{magic|be 26 01 8b fe 8b 0e 08 01 8b 16 02 01 b8 77 01}} at offset 12. | ||
== See also == | == See also == | ||
Line 13: | Line 16: | ||
* [[FMAC2COM]] - Same author | * [[FMAC2COM]] - Same author | ||
* [[OPTIKS]] - Same author | * [[OPTIKS]] - Same author | ||
− | * [[PCR font]] | + | ** [[OPTIKS COM image]] |
− | * [[PCR image]] | + | ** [[PCR font]] |
+ | ** [[PCR image]] | ||
* [[TXT2COM (Keith P. Graham)]] - Same author | * [[TXT2COM (Keith P. Graham)]] - Same author | ||
== Software == | == Software == | ||
− | * {{CdTextfiles|swinnund/disk2/BASIC/ICE.ZIP|ICE v1.00}} | + | * {{CdTextfiles|swinnund/disk2/BASIC/ICE.ZIP|ICE v1.00}} [1988-03-06; ICE.COM file starts with bytes <code>eb 0a d3 b1</code>] |
+ | * {{CdTextfiles|psl/pslv3nv04/UTILS/DOS/ANTI_VIR/ICE101.ZIP|ICE101.ZIP}} [1988-04-21; ICE.COM file starts with bytes <code>eb 0a 81 2f</code>] - A slightly different version of ICE. May or may not be legitimate. | ||
* DEICE (decompressor): [https://www.geocities.ws/siliconvalley/4505/ Copy of De Trans Software website] → Download → DOS → "DEICE" | * DEICE (decompressor): [https://www.geocities.ws/siliconvalley/4505/ Copy of De Trans Software website] → Download → DOS → "DEICE" | ||
== Sample files == | == Sample files == | ||
* {{CdTextfiles|640swstudio/COMPRESS/DSQ300.ZIP|DSQ300.ZIP}} → DSQ.COM | * {{CdTextfiles|640swstudio/COMPRESS/DSQ300.ZIP|DSQ300.ZIP}} → DSQ.COM |
Latest revision as of 15:41, 25 January 2024
ICE is an executable compression and obfuscation utility for DOS, developed by Keith P. Graham. It only supports .COM files.
The documentation implies that ICE stands for Intrusion Countermeasure Electronics.
Contents |
[edit] Identification
ICE-compressed files start with bytes eb 0a
, and have be 26 01 8b fe 8b 0e 08 01 8b 16 02 01 b8 77 01
at offset 12.
[edit] See also
- DSQ (disk image) - Same author
- FMAC2COM - Same author
- OPTIKS - Same author
- TXT2COM (Keith P. Graham) - Same author
[edit] Software
- ICE v1.00 [1988-03-06; ICE.COM file starts with bytes
eb 0a d3 b1
] - ICE101.ZIP [1988-04-21; ICE.COM file starts with bytes
eb 0a 81 2f
] - A slightly different version of ICE. May or may not be legitimate. - DEICE (decompressor): Copy of De Trans Software website → Download → DOS → "DEICE"
[edit] Sample files
- DSQ300.ZIP → DSQ.COM