/LoGiC.NET

A more advanced free and open .NET obfuscator using dnlib.

Primary LanguageC#MIT LicenseMIT

Introduction

LoGiC.NET is a free and open-source .NET obfuscator that uses dnlib for folks that want to see how obfuscation works with more complex obfuscations than Goldfuscator for example.

Before obfuscation

After obfuscation

Dependencies

dnlib v3.3.1 : Restore NuGet packages and it'll work.
SharpConfigParser : https://mega.nz/#!c3BxUKoK!3Uvx6izl_Gv1hnGJOzeBSRs4EzcaIjCCOMA2SgKW5FM

Current Features

  • Renames methods, parameters, properties, fields and events.
  • Adds proxy calls.
  • Encrypts strings.
  • Encodes ints.
  • Adds junk methods.
  • Prevents application tampering.

TODO

  • Add an Anti-Emulation and Anti-Debug.