Skip to content
This repository has been archived by the owner on Jan 11, 2020. It is now read-only.

Latest commit

 

History

History
56 lines (44 loc) · 1.97 KB

README.md

File metadata and controls

56 lines (44 loc) · 1.97 KB

SimpleObfuscator


What is Goldfuscator?    Contribution guide    Get a premium obfuscator    NotAccursed's Twitter   


This is only basic obfuscation. For better obfuscation, see LoGiC.NET :D


Before :

After :


The fork of the simple obfuscator. Built with ❤︎ by NotAccursed and forked by AnErrupTion.

You MUST install dnlib from NuGet, so you MUST use Visual Studio 2019 and MUST have .NET Framework v4.6.1 installed on your PC.


Goldfuscator MIT license

📜 Why do you need Goldfuscator?

You can learn from it, it's just a fork (an amelioration) of the original project, making it easier to learn even more things!

💥 What does it do?

  • Support all .NET Frameworks
  • Support all .NET Core
  • Updated dnlib version
  • Protect names of methods and classes
  • Secure cryptographical randoms
  • Add junk methods
  • Removes custom attributes
  • Obfuscates .NET DLL and EXE files

📚 Credits

0xd4d's dnlib    NotAccursed's SimpleObfuscator