mirror of
https://github.com/Harrison-Wells-Cyber/PS-Proxy
synced 2026-07-26 08:06:34 +00:00
Add files via upload
This commit is contained in:
committed by
GitHub
parent
2113d65921
commit
1cba7d1900
@@ -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."
|
||||||
Reference in New Issue
Block a user