New major version that introduces, besides a lot of cleanup, a modular design for evasion and obfuscation code. The goal is to make PSArmoury more easy to adapt.
Details:
[fixed] Current loader detected by AV on disk
[fixed] Current deobfuscation method (AES) detected through AMSI
[fixed] Fixed a bug in -VerifyOnly that led to a silent fail
[fixed] Broken link in default config
[new] Modular design for evasion and obfuscation
[new] Reduced size of the cleartext loader function on disk to a minimum
[new] 3 different obfuscation templates included
[new] ConvertTo-PowerShell now supports private main methods (thanks @theluemmel)
[new] Used ParameterSets to improve quality of Powershell help menu (aka. "man New-PSArmoury")
[new] Github credentials can now be passed as a parameter - no more prompting
[removed] Support for BlockDLL process mitigation