Removed the writeline for Run-dll/Run-exe

chunking
benpturner 2019-01-10 09:20:12 +00:00
parent 5072457487
commit 416ebda177
1 changed files with 0 additions and 2 deletions

View File

@ -241,11 +241,9 @@ public class Program
name = a;
if (c.ToLower().StartsWith("run-exe"))
Console.WriteLine("[+] Executing run-exe");
if (i > 2)
splittheseargs = splittheseargs + " " + a;
else
Console.WriteLine("[+] Executing run-dll");
if (i == 3)
sMethod = a;
else if (i > 3)