gchq/CyberChef

Feature request: Support LZNT1 (de)compression used in Windows' RtlDecompressBuffer and NTFS

开放

#534 创建于 2019年4月4日

 (2 条评论) (10 个反应) (0 位负责人)JavaScript (3,944 个派生)batch import
help wantedoperation

仓库指标

星标
 (34,843 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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.

贡献者指南