Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for LZNT1 decompression #43

Merged
merged 3 commits into from
Dec 27, 2023
Merged

Add support for LZNT1 decompression #43

merged 3 commits into from
Dec 27, 2023

Conversation

bee-san
Copy link
Owner

@bee-san bee-san commented Dec 27, 2023

Introduces support for LZNT1 decompression, commonly leveraged by malware through RtlDecompressBuffer (closes gchq#534).

The decompression logic is ported from go-ntfs, the test data is similar to malduck's.

from: gchq#1675

bee-san added 3 commits December 27, 2023 12:41
Introduces support for LZNT1 decompression, commonly leveraged by malware through RtlDecompressBuffer (closes gchq#534).

The decompression logic is ported from go-ntfs, the test data is similar to malduck's.

from: gchq#1675
@bee-san bee-san merged commit 4731de4 into master Dec 27, 2023
6 checks passed
@delete-merged-branch delete-merged-branch bot deleted the LZNT1 branch December 27, 2023 12:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

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