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;