ericwu / GayFex

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ConfuserEx

Build status Test status CodeFactor Gitter Chat MIT License

Original ReadMe

ConfuserEx is a open-source protector for .NET applications. It is the successor of Confuser project.

Features

  • Supports .NET Framework 2.0/3.0/3.5/4.0/4.5/4.6/4.7/4.8
  • Symbol renaming (Support WPF/BAML)
  • Protection against debuggers/profilers
  • Protection against memory dumping
  • Protection against tampering (method encryption)
  • Control flow obfuscation
  • Constant/resources encryption
  • Reference hiding proxies
  • Disable decompilers
  • Embedding dependency
  • Compressing output
  • Extensible plugin API
  • Many more are coming!

Usage

Confuser.CLI.exe <path to project file>

The project file is a ConfuserEx Project (*.crproj). The format of project file can be found in docs\ProjectFormat.md

Bug Report

See the Issues Report section of website.

License

Licensed under the MIT license. See LICENSE.md for details.

Credits

0xd4d for his awesome work and extensive knowledge !
Martin Karing for his awesome updates on ConfuserEx !

warning This ConfuserEx repository isn't meant to be taken seriously, if you have any problem, you are advised to try and solve them yourself before opening an issue.

GayFex Updates will not be pushed anymore, only Releases will be available, if a tool break a protection you can reach me on Telegram.

About

License:MIT License


Languages

Language:C# 99.9%Language:PowerShell 0.1%Language:Visual Basic .NET 0.0%Language:C++ 0.0%