LZEXE
From Just Solve the File Format Problem
(Difference between revisions)
(→Links) |
|||
Line 23: | Line 23: | ||
== Links == | == Links == | ||
* [https://bellard.org/lzexe.html LZEXE home page] | * [https://bellard.org/lzexe.html LZEXE home page] | ||
+ | * [https://www.lodsb.com/reversing-lz91-from-commander-keen Reversing LZ91 from Commander Keen] (This is reportedly[https://news.ycombinator.com/item?id=28210904] about LZEXE.) |
Revision as of 15:09, 28 August 2021
LZEXE is an executable compression utility, developed by Fabrice Bellard. It supports MS-DOS .EXE and .COM formats.
Software
- UNLZEXE - A widely-distributed open source utility that does static decompression of LZEXE-compressed executables. Originally by Mitugu Kurizono (Kou). Versions "0.6" and above include patches by other authors, and might be unofficial.
Links
- LZEXE home page
- Reversing LZ91 from Commander Keen (This is reportedly[2] about LZEXE.)