From 1cba7d19006395575f2f9a48c1e179fa6d299059 Mon Sep 17 00:00:00 2001 From: Harrison-Wells-Cyber Date: Tue, 21 Jul 2026 23:22:05 -0700 Subject: [PATCH] Add files via upload --- agent.ps1 | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 agent.ps1 diff --git a/agent.ps1 b/agent.ps1 new file mode 100644 index 0000000..c8dd6ab --- /dev/null +++ b/agent.ps1 @@ -0,0 +1,5 @@ +# PS-Proxy agent entrypoint. +# The mature implementation packages a precompiled C# agent DLL into a single PS1 +# and loads it with [System.Reflection.Assembly]::Load(byte[]) instead of Add-Type. +# Build release/agent.ps1 on Windows with: powershell -ExecutionPolicy Bypass -File tools/build-agent.ps1 +throw "This source checkout contains the agent source and loader template. Use release/agent.ps1 from a packaged release, or run tools/build-agent.ps1 on Windows to generate it."