No description
Find a file
2020-05-11 12:48:09 +02:00
src removed forgotten echo 2020-05-11 12:48:09 +02:00
LICENSE Initial commit 2020-05-04 20:29:46 +02:00
lz77.nimble changed descriptions everywhere; lz77 is not Microsoft-specific 2020-05-10 14:35:21 +02:00
README.md minor changes in description 2020-05-10 15:14:23 +02:00

Implementation of LZ77 algorithms

Motivation

This project was motivated by the attempt to write an os-agnostic parser for Windows Prefetch files.
Most parsers use the Windows API to decompress MAM data, which means they only work on Windows 8.1 & 10.

Generality of implementation

I will try to make the implementation as general as possible, but for now I follow Microsoft's conventions.