From 3dcbc53707b646c4efd001d4ff5cc3c785ecdab2 Mon Sep 17 00:00:00 2001 From: LEON Date: Tue, 3 Oct 2017 22:03:56 +0300 Subject: [PATCH] Err VS2015: Redeclaration proc info size Hello! Redeclaration in process information length (SIZE_T size) make troubles with building solution on VS2015, commenting trouble line - make compilation project great again :) Thank you for attention, with best regards. --- Hidden/PsTable.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Hidden/PsTable.c b/Hidden/PsTable.c index 62bad7f..a111e34 100644 --- a/Hidden/PsTable.c +++ b/Hidden/PsTable.c @@ -106,7 +106,7 @@ NTSTATUS InitializeProcessTable(VOID(*InitProcessEntryCallback)(PProcessTableEnt CLIENT_ID clientId; OBJECT_ATTRIBUTES attribs; HANDLE hProcess; - SIZE_T size; + //SIZE_T size; // Get process path