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

A fork of the original SimpleObfuscator project, made for training.

Notifications You must be signed in to change notification settings

AnErrupTion/Goldfuscator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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