Skip to content

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

License

Notifications You must be signed in to change notification settings

4RE5group/4re5-obfuscator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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' ⚠️

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published