2
0
mirror of https://github.com/gchq/CyberChef synced 2026-01-18 16:33:25 +00:00

Add support for LZNT1 decompression.

This commit is contained in:
Maxime THIEBAUT
2023-12-25 01:17:16 +01:00
parent 6ed9d4554a
commit 77042abc23
8 changed files with 161 additions and 2 deletions

View File

@@ -62,7 +62,8 @@
"Training branch predictor...",
"Timing cache hits...",
"Speculatively executing recipes...",
"Adding LLM hallucinations..."
"Adding LLM hallucinations...",
"Decompressing malware..."
];
// Shuffle array using Durstenfeld algorithm