From 77670a9f2d3c386e934b874c0742fb719ef61c62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20H=C3=B6glinger-Stelzer?= Date: Sun, 2 Jul 2023 18:52:22 +0200 Subject: [PATCH] Update Domito.cpp --- src/Domito.cpp | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/Domito.cpp b/src/Domito.cpp index 07c3453..c628323 100644 --- a/src/Domito.cpp +++ b/src/Domito.cpp @@ -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;