ICE (Michael Lamanuzzi)
From Just Solve the File Format Problem
(Difference between revisions)
m |
|||
Line 12: | Line 12: | ||
Compressed files start with a 4-byte integer representing the original file size. There is no signature. | Compressed files start with a 4-byte integer representing the original file size. There is no signature. | ||
− | ICE format seems to be identical to Yoshizaki's [[LZHUF]] (modulo LZHUF's | + | ICE format seems to be identical to Yoshizaki's [[LZHUF]] (modulo LZHUF's non-portable header). |
== Software == | == Software == | ||
− | * [ | + | * [{{SACFTPURL|pack|ice102c.zip}} ICE v1.02c] |
Latest revision as of 13:52, 2 October 2021
ICE is an obscure file compression utility, and associated compressed file format, developed by Michael Lamanuzzi. It runs on DOS.
For other formats named ICE, see the ICE disambiguation page.
[edit] Format details
Compressed files start with a 4-byte integer representing the original file size. There is no signature.
ICE format seems to be identical to Yoshizaki's LZHUF (modulo LZHUF's non-portable header).