SkillAgentSearch skills...

SimpleSourceProtector

Simple c# source code obfuscator

Install / Use

/learn @Xariman/SimpleSourceProtector
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

SimpleSourceProtector

About

The program is designed for simple protection of source codes in C#(not assemblies). A well-compiled project is required for correct operation. In the first stage, all projects that are in dependence are merged. The next step is renaming the classes, methods, variables, etc. At the final stage, the all documents is merged into one large document and compression is performed by removing the spaces.

The project uses Roslyn libraries.

Usage

Usage: SimpleSourceProtector [Options] ""FullFilePath\Project.cproj"" [output]
  * if the output parameter is not specified, a ""output"" folder will be created inside the program directory
Options:
    -h      show this page
    -c      do a check compilation before renaming
    -m      make multiple files, not a single
    -dm     do not minify
    -n      do not rename class, methods, vars and etc.
  * if -n is not used, then the flags below can be combined:
    -rc     rename classes
    -rm     rename methods
    -rv     rename vars
    -ro     rename others
    -rf     remame filenames

© 2018 by Xariman

Related Skills

View on GitHub
GitHub Stars28
CategoryDevelopment
Updated8mo ago
Forks20

Languages

C#

Security Score

82/100

Audited on Jul 17, 2025

No findings