An open API service indexing awesome lists of open source software.

https://github.com/rustemsoft/skaterfree

Free version of .NET Obfuscator Skater Light Edition is an obfuscation software for .NET code protection. It applies all the most important software protection methods and obfuscation algorithms.
https://github.com/rustemsoft/skaterfree

Last synced: 4 months ago
JSON representation

Free version of .NET Obfuscator Skater Light Edition is an obfuscation software for .NET code protection. It applies all the most important software protection methods and obfuscation algorithms.

Awesome Lists containing this project

README

        

# SkaterFree
Free version of .NET Obfuscator Skater Light Edition is an obfuscation software for .NET code protection. It applies all the most important software protection methods and obfuscation algorithms.

Rustemsoft presents Freeware Light Edition of Skater .NET Obfuscator, the world leading obfuscation tool for .NET code protection. The Light Edition is the Free version of Skater .NET Obfuscator. You may use Skater .NET Obfuscator Light Edition, free of charge, to protect your .NET applications for both personal and commercial purposes.

Obfuscation prevents .NET assembly source code recompilation without changing its functionality. Obfuscation deals by hooding the main points of your .NET code.

You need to obfuscate your .NET code because IL (.NET Intermediate Language) code contains all of the information, apart from comments, that is in .NET executable (*.exe or *.dll) files. Using a decompiler a belligerent competitor can easily reverse engineer your .NET apps. To resist this threat, it is possible to obfuscate your assemblies before distributing your software.

The obfuscation process bereaves all unnecessary information used by debuggers from your .NET classes. Also, class, interface, field and method identifiers are renamed to make them meaningless.

By using Skater .NET Obfuscator the obfuscation cannot be reversed.

Skater .NET Obfuscator has dual representation as a GUI interface and as a command-line tool as well. Skater .NET Obfuscator is designed to be seamlessly integrated into your build process that is why it has the command-line interface. This is done in the reliable and repeatable fashion when the obfuscation tool depends on a graphical user interface for operation.

Main features of Skater .NET Obfuscator:

Prohibits reverse engineering;

Obfuscated application usually is not recompilable;

Processes any .NET application, executable or assembly;

Encrypts string constants;

Compatible with any .NET framework (1.0 - 4.8);

Supports .NET Core 3.x and .NET 6;

Control flow obfuscation stops decompilers and deobfuscators;

Scrambles class names, method names, field names etc.;

Provides .NET Licensing features;

Implements assemblies linkage; linker unites .NET assemblies into a single dll or exe.