Skip to content

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

License

Notifications You must be signed in to change notification settings

pp111/LoGiC.NET

 
 

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 100.0%