From 04c06c912a3fd6ce4889c3633e265c50856c78fb Mon Sep 17 00:00:00 2001 From: Harrison-Wells-Cyber Date: Tue, 21 Jul 2026 23:27:07 -0700 Subject: [PATCH] Add files via upload --- agent.ps11 | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 agent.ps11 diff --git a/agent.ps11 b/agent.ps11 new file mode 100644 index 0000000..dc2e42a --- /dev/null +++ b/agent.ps11 @@ -0,0 +1,4 @@ +# PS-Proxy release agent placeholder. +# Build the real single-file release agent on Windows with: powershell -ExecutionPolicy Bypass -File tools/build-agent.ps1 +# The packaged release replaces this placeholder with a diskless loader containing the embedded PSProxy.Agent.dll. +throw "release/agent.ps1 has not been packaged yet. Run tools/build-agent.ps1 on Windows."