Skip to content

Commit e829b83

Browse files
committed
Add msvcrt.dll to allowed libraries
1 parent b307429 commit e829b83

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
@@ -99,6 +99,7 @@ const PE_ALLOWED_LIBRARIES: &[&str] = &[
9999
"IPHLPAPI.DLL",
100100
"KERNEL32.dll",
101101
"msi.dll",
102+
"msvcrt.dll",
102103
"NETAPI32.dll",
103104
"ole32.dll",
104105
"OLEAUT32.dll",

0 commit comments

Comments
 (0)