Added gRPC library
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user