Skip to content

Marwix/PP-Obfuscator

Repository files navigation

PP-Obfuscator

A simple .NET renaming Obfuscator.

Information

This is a simple .NET obfuscator which can obfuscate any framework executable file and rename the properties within the file to random letters. Check the images below further down for more information.

OBS: This obfuscator will not protect your application to 100%. There is no way to fully protect a .NET application, because there will always be a way to reverse engineer the software.

The obfuscator will rename the following parts:

  • Declarations
  • Classes
  • Variables
  • Functions
  • Symbols

Images

-- Before Obfuscation --

no1 no2

-> Output file size: 5 KB

-- After Obfuscation --

so1 so2

-> Output file size: 34 KB (+29 KB)

About

A simple .NET renaming Obfuscator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages