Skip to content

Unpacks Microsoft LZNT1-compressed files by calling RtlDecompressBuffer

Notifications You must be signed in to change notification settings

rustyx/unpack_lznt1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Sep 10, 2014
b683908 · Sep 10, 2014

History

3 Commits
Sep 10, 2014
Sep 10, 2014
Sep 10, 2014
Sep 10, 2014
Sep 10, 2014
Sep 10, 2014

Repository files navigation

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.

About

Unpacks Microsoft LZNT1-compressed files by calling RtlDecompressBuffer

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages