Skip to content
This repository was archived by the owner on Dec 30, 2022. It is now read-only.

Commit 8965026

Browse files
committed
Added mscoree as dll exclude
1 parent 35b4197 commit 8965026

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

DLLirant.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@
2828
'ws2_32',
2929
'ole32',
3030
'ninput',
31-
'setupapi'
31+
'setupapi',
32+
'mscoree'
3233
}
3334

3435
def ascii():

0 commit comments

Comments
 (0)