gchq/CyberChef
Feature request: Support LZNT1 (de)compression used in Windows' RtlDecompressBuffer and NTFS
开放
#534 创建于 2019年4月4日
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.