Two Stop Bitsnew | comments | tags | ask | submitlogin
LZEXE - executable file compression on MSDOS (lzexe executable compressor msdos) (cosmodoc.org)
3 points by bmonkey325 13 days ago | 1 comment


  • pts 12 hours ago
    From the aricle:

    > If the entire payload were compressed in reverse, it should theoretically be possible to start decompressing at the high end of the compressed program data, writing to the high end of the allocated memory in descending order, without overwriting the source material or requiring a copy of the payload in the first place.

    This won't work at the very end of the decompression: the last (first) few bytes would overlap. This is possible but complicated to fix in the decompressor.

    Also it won't work, because the decompressor code would be overwritten during decompression. This is not possible to fix.

    Compression ratio may also be affected, depending on the compressor.

    reply
lists | rss | source
Search:
Two Stop Bits is a discussion web site about retro computing and gaming.