Skip to content

Commit fc0e640

Browse files
committed
Add msvcrt.dll to allowed libraries
1 parent e75eff9 commit fc0e640

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
@@ -101,6 +101,7 @@ const PE_ALLOWED_LIBRARIES: &[&str] = &[
101101
"IPHLPAPI.DLL",
102102
"KERNEL32.dll",
103103
"msi.dll",
104+
"msvcrt.dll",
104105
"NETAPI32.dll",
105106
"ole32.dll",
106107
"OLEAUT32.dll",

0 commit comments

Comments
 (0)