Simple C# code obfuscator that create a copy of your source code to make it harder to detect by AntiViruses
Compile code
git clone https://github.com/4RE5group/4re5-obfuscator
cd 4re5-obfuscator
call C:\Windows\Microsoft.NET\Framework\v3.5\csc.exe -out:"4re5-obfuscator.exe" obfuscate.cs
Compile script and run it with sample tests
git clone https://github.com/4RE5group/4re5-obfuscator
cd 4re5-obfuscator
call start.bat
4re5-obfuscator.exe <folder> [enable BASE64 true/false]