An open-source, free protector for .NET applications
Перейти к файлу
yck1509 940c9c67c8 Fix incompatibility between resource protection and compressor packer
Fix #96, #95, #60
2014-09-30 18:44:36 +08:00
.nuget fixed nuget 2014-03-29 15:50:17 +08:00
Build Update build script 2014-07-05 14:21:33 +08:00
Confuser.CLI Cleanup source code 2014-08-03 23:21:16 +08:00
Confuser.Core Exclude array accessors from being resolved 2014-09-29 21:15:23 +08:00
Confuser.DynCipher Cleanup source code 2014-08-03 23:21:16 +08:00
Confuser.Protections Fix incompatibility between resource protection and compressor packer 2014-09-30 18:44:36 +08:00
Confuser.Renamer Remove a character from renaming charset due to problem with Reflection 2014-09-29 23:00:20 +08:00
Confuser.Runtime Fix incompatibility between resource protection and compressor packer 2014-09-30 18:44:36 +08:00
ConfuserEx Fix cleaned up source code 2014-08-04 00:29:17 +08:00
additional Add basic layout of GUI 2014-06-06 15:26:29 +08:00
deps Work on GUI (WIP) 2014-06-09 22:57:39 +08:00
dnlib@d6130987e8 Update dnlib 2014-09-30 17:19:19 +08:00
docs Organize project folder structure 2014-06-09 22:52:04 +08:00
.gitattributes Add strong name to the projects 2014-05-27 23:17:25 +08:00
.gitignore Update build script 2014-07-04 14:23:00 +08:00
.gitmodules updated submodules URL 2014-03-28 15:16:00 +08:00
Confuser2.sln Add basic layout of GUI 2014-06-06 15:26:29 +08:00
ConfuserEx_default.snk Update build script 2014-07-04 14:39:36 +08:00
GlobalAssemblyInfo.Template.cs Add build scripts 2014-05-31 01:11:53 +08:00
LICENSE added readme 2014-03-28 19:39:37 +08:00
README.md Organize project folder structure 2014-06-09 22:52:04 +08:00
VERSION Update the version 2014-06-23 18:00:17 +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 docs\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!