CyberChef
CyberChef copied to clipboard
Feature request: Support LZNT1 (de)compression used in Windows' RtlDecompressBuffer and NTFS
Summary
On Windows malware will often compress embedded shellcode/payloads and then use RtlDecompressBuffer to decompress it, with LZNT1 decompression. NTFS also uses this compression method. Here is an example of a pure Python implementation.
Agreed this would be nice
Reopening as #1675 only handles decompression, whereas this ticket also requests compression.