Update Domito.cpp

This commit is contained in:
Benjamin Höglinger-Stelzer 2023-07-02 18:52:22 +02:00
parent 791432dcc2
commit 77670a9f2d

View File

@ -1,3 +1,10 @@
/* ___
* / __|___ _ __ _ __ ___ _ _
* | (__/ _ \ ' \| ' \/ _ \ ' \
* \___\___/_|_|_|_|_|_\___/_||_|
*
*/
#include "Domito.Internal.h"
@ -246,7 +253,7 @@ DomitoGetProcessImageName(
HANDLE hProcess = NULL;
PAGED_CODE(); // this eliminates the possibility of the IDLE Thread/Process
if (ProcessId == 0 || ProcessId == 4)
{
return STATUS_INVALID_PARAMETER_1;