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