Execute Remote Assembly with args passing and with AMSI and ETW patching
1 - the ExecRemoteAssembly is created only to run .NET assemblies , that are based on C#.
2 - the ExecRemoteAssembly accept URI of type :
https://domain.name/PathToUri
http://domain.name/PathToUri
[https/http]://ip:port/pathtoUri
[https/http]://ip/pathtoUri
& "C:\Program Files\Microsoft Visual Studio\2022\Community\MSBuild\Current\Bin\MSBuild.exe" ExecRemoteNET.sln /p:Configuration=Release /p:Platform=x64 /verbosity:minimalhttps://github.com/mez-0/InMemoryNET
This is an improved version of this project that supports AMSI & ETW patching and URI parsing


