Introduces support for LZNT1 decompression, commonly leveraged by malware through RtlDecompressBuffer (closes#534).
The decompression logic is ported from go-ntfs, the test data is similar to malduck's.
from: https://github.com/gchq/CyberChef/pull/1675