Added gRPC library

This commit is contained in:
SChernykh
2024-02-10 23:38:22 +01:00
parent 2ff6fb7b65
commit 0801d607a1
54 changed files with 73684 additions and 16721 deletions

View File

@@ -261,6 +261,29 @@ allowedAPIs = {
"GetConsoleCP",
"DeleteFileW",
"GetTempPathW",
"WSAConnect",
"WSAGetOverlappedResult",
"GetBestRoute2",
"FreeMibTable",
"GetUnicastIpAddressTable",
"SymFromAddr",
"RegEnumKeyExA",
"RegQueryValueExA",
"RegOpenKeyExA",
"RegGetValueA",
"RegCloseKey",
"GetLocaleInfoEx",
"ExpandEnvironmentStringsA",
"GetWindowsDirectoryA",
"GetVersionExA",
"LoadLibraryW",
"GetCurrentProcessorNumber",
"OutputDebugStringA",
"GetLogicalProcessorInformation",
"InitOnceComplete",
"InitOnceBeginInitialize",
"BCryptOpenAlgorithmProvider",
"BCryptCloseAlgorithmProvider",
}
f = open(sys.argv[1], 'r')