From fa78abfb55f06dfe2de8409d8664241f32e08d69 Mon Sep 17 00:00:00 2001 From: silverf0x Date: Tue, 31 Oct 2017 08:02:55 +0000 Subject: [PATCH] Fix the global RpcServer detection hang --- RpcCore/RpcCore.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RpcCore/RpcCore.c b/RpcCore/RpcCore.c index d9165d9..5ae7163 100644 --- a/RpcCore/RpcCore.c +++ b/RpcCore/RpcCore.c @@ -19,7 +19,7 @@ #pragma comment(lib,"Version.lib") #pragma comment(lib,"Userenv.lib") -#define MAX_SIMPLE_DICT_ENTRIES 0x200 +#define MAX_SIMPLE_DICT_ENTRIES 0x20 #define RPC_MAX_ENDPOINT_PROTOCOL_SIZE 0x100 #define RPC_MAX_ENDPOINT_NAME_SIZE 0x100 #define RPC_MAX_DLL_NAME_SIZE 0x100