Skip to content

Commit 794ff65

Browse files
committed
Add msvcrt.dll to allowed libraries
1 parent e84e12e commit 794ff65

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/validation.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ const PE_ALLOWED_LIBRARIES: &[&str] = &[
9898
"IPHLPAPI.DLL",
9999
"KERNEL32.dll",
100100
"msi.dll",
101+
"msvcrt.dll",
101102
"NETAPI32.dll",
102103
"ole32.dll",
103104
"OLEAUT32.dll",

0 commit comments

Comments
 (0)