chameleon
chameleon copied to clipboard
PowerShell Script Obfuscator
Hi! I am having trouble finding out as to why the functions are not obfuscating in my small script: test1.ps1--------------- function runmefor-fun { $variablenopurpose = "no purpose" Write-Host $variablenopurpose }...
It's spelled charmeleon, plz fix
I tried to use the tool on [adPEAS](https://github.com/61106960/adPEAS) but got stuck on those two parts of the script. So I tried to fix those parts. Improving single line commit replacement...
Hi, I have this function to enable rules in the firewall. ``` function Set-FirewallRules { chcp 1252 | Out-Null # Enable all firewall profiles Set-NetFirewallProfile -All -Enabled True # Specific...