From 794ff65a899085bc54918e571bc0fb256f164232 Mon Sep 17 00:00:00 2001 From: Zanie Blue Date: Mon, 13 Jan 2025 23:21:01 -0600 Subject: [PATCH] Add `msvcrt.dll` to allowed libraries --- src/validation.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/validation.rs b/src/validation.rs index 047379ad..2385e184 100644 --- a/src/validation.rs +++ b/src/validation.rs @@ -98,6 +98,7 @@ const PE_ALLOWED_LIBRARIES: &[&str] = &[ "IPHLPAPI.DLL", "KERNEL32.dll", "msi.dll", + "msvcrt.dll", "NETAPI32.dll", "ole32.dll", "OLEAUT32.dll",