mgeeky / Stracciatella

OpSec-safe Powershell runspace from within C# (aka SharpPick) with AMSI, Constrained Language Mode and Script Block Logging disabled at startup
GNU General Public License v3.0
495 stars 64 forks source link

Readme - Idea of UnmanagedPowershell #16

Open BuFuuu opened 1 year ago

BuFuuu commented 1 year ago

Isn't the main idea of UnmanagedPowershell that you can run powershell from unmanaged code like c++ instead of .NET code like C#? You wrote that the idea is to run powershell through the Automation.dll, which is not quite the right direction I think.

But thanks a lot for that awesome project! I already used it!<3