Fixed Windows 7 compatibility

This commit is contained in:
SChernykh
2024-10-01 10:31:53 +02:00
parent 4dfdaf5447
commit 210ae3f9df
4 changed files with 64 additions and 1 deletions

View File

@@ -293,6 +293,7 @@ allowedAPIs = {
"GetFileAttributesA",
"OpenThreadToken",
"GetOverlappedResult",
"CryptGenRandom",
}
f = open(sys.argv[1], 'r')