From d85b9a51ee4d837ae038ecff0eeffc7ac75dcf5e Mon Sep 17 00:00:00 2001 From: vxunderground <57078196+vxunderground@users.noreply.github.com> Date: Tue, 3 Aug 2021 20:55:57 -0500 Subject: [PATCH] Update Main.c --- yarhLoader/Main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/yarhLoader/Main.c b/yarhLoader/Main.c index b0c330b..bbf3732 100644 --- a/yarhLoader/Main.c +++ b/yarhLoader/Main.c @@ -71,7 +71,7 @@ WHY SYSTEM32: Experimenting. You cannot write to files in System32 if you're running at medium integrity/non admin. I was curious if I could mitigate this. I could not. Feel free to use any directory. It does not matter. - +-smelly */ @@ -1201,4 +1201,4 @@ EXIT_ROUTINE: NtClose(hFile); return dwError; -} \ No newline at end of file +}