Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 635 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 635 Bytes

4re5-obfuscator

Simple C# code obfuscator that create a copy of your source code to make it harder to detect by AntiViruses

Installation

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

Usage

4re5-obfuscator.exe <folder> [enable BASE64 true/false]

⚠️ THIS CODE OUTPUTS OBFUSCATED SOURCE CODE TO FOLDER CALLED 'Obfuscated' ⚠️