Reduce output from 65MB to < 200kb

This commit is contained in:
AeonLucid
2021-10-30 20:03:04 +02:00
parent 7a13e982a8
commit 1a5bc07d4e
6 changed files with 17 additions and 11 deletions
+1 -1
View File
@@ -60,7 +60,7 @@ namespace Prospect.Launcher
Console.WriteLine("Spawned.");
// Inject DLL.
var agentPath = Path.Combine(AppContext.BaseDirectory, "Libs", "Prospect.Agent.dll");
var agentPath = Path.Combine(AppContext.BaseDirectory, "Prospect.Agent.dll");
if (!Inject.Library(processInfo.dwProcessId, agentPath))
{