Update Main.c

This commit is contained in:
vxunderground 2021-08-03 20:55:57 -05:00 committed by GitHub
parent 41d3fa2565
commit d85b9a51ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;
}
}