An open API service indexing awesome lists of open source software.

https://github.com/rustyx/unpack_lznt1

Unpacks Microsoft LZNT1-compressed files by calling RtlDecompressBuffer
https://github.com/rustyx/unpack_lznt1

Last synced: about 1 year ago
JSON representation

Unpacks Microsoft LZNT1-compressed files by calling RtlDecompressBuffer

Awesome Lists containing this project

README

          

unpack_lznt1
============

A simple command-line Windows tool to uncompress Microsoft LZNT1-compressed files by calling [RtlDecompressBuffer](http://msdn.microsoft.com/en-us/library/windows/hardware/ff552191(v=vs.85).aspx).

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.