Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 379 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 379 Bytes

unpack_lznt1

A simple command-line Windows tool to uncompress Microsoft LZNT1-compressed files by calling RtlDecompressBuffer.

Can skip bytes at the beginning/end of the compressed input.

Known limitations:

  • Works on only small files, since it reads the whole file into memory.