An open-source, free protector for .NET applications
Перейти к файлу
yck1509 5572af06d7 Update README 2014-05-28 14:03:48 +08:00
.nuget fixed nuget 2014-03-29 15:50:17 +08:00
Confuser.CLI Update version 2014-05-28 13:26:20 +08:00
Confuser.Core Update version 2014-05-28 13:26:20 +08:00
Confuser.DynCipher Update version 2014-05-28 13:26:20 +08:00
Confuser.Protections Update version 2014-05-28 13:26:20 +08:00
Confuser.Renamer Update version 2014-05-28 13:26:20 +08:00
Confuser.Runtime Update version 2014-05-28 13:26:20 +08:00
additional updated documentation 2014-05-23 15:45:26 +08:00
dnlib@9961b20cdb Fix compilation error 2014-05-27 20:44:40 +08:00
.gitattributes Add strong name to the projects 2014-05-27 23:17:25 +08:00
.gitignore Add strong name to the projects 2014-05-27 23:17:25 +08:00
.gitmodules updated submodules URL 2014-03-28 15:16:00 +08:00
Confuser2.sln added basic constant protection 2014-05-04 14:46:14 +08:00
GlobalAssemblyInfo.cs Update version 2014-05-28 13:26:20 +08:00
LICENSE added readme 2014-03-28 19:39:37 +08:00
ProjectFormat.md updated documentation 2014-05-23 15:45:26 +08:00
README.md Update README 2014-05-28 14:03:48 +08:00
docs.shfbproj added basic renamer 2014-02-06 22:18:35 +08:00

README.md

ConfuserEx

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
  • 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 <path to project file>

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

Bug Report

See the Issues Report section of website.

License

See LICENSE file for details.

Credits

0xd4d for his awesome work and extensive knowledge!
Members of Black Storm Forum for their help!