# neo-ConfuserEx **Repository Path**: dserp/neo-ConfuserEx ## Basic Information - **Project Name**: neo-ConfuserEx - **Description**: .net混淆加密工具 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2019-12-19 - **Last Updated**: 2024-06-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Neo ConfuserEx --------
Fork From https://github.com/XenocodeRCE/neo-ConfuserEx
Doc:https://github.com/yck1509/ConfuserEx/wiki
Neo ConfuserEx is the successor of [ConfuserEx](https://yck1509.github.io/ConfuserEx/) project, an open source C# obfuscator which uses its own fork of [dnlib](https://github.com/0xd4d/dnlib/) for assembly manipulation. Neo ConfuserEx handles most of the dotnet app, supports all elligible .NET Frameworks and provide decent obfuscation on your file. If you have any questions or issues please let me know [there](https://github.com/XenocodeRCE/neo-ConfuserEx/issues). You can download latest official release [here](https://github.com/XenocodeRCE/neo-ConfuserEx/releases) and latest build [here](https://ci.appveyor.com/project/XenocodeRCE/neo-confuserex/build/artifacts).[](https://ci.appveyor.com/project/XenocodeRCE/neo-confuserex/build/artifacts)
Documentation -------- Please have a look at our [WIKI](https://github.com/XenocodeRCE/neo-ConfuserEx/wiki) page where each of our protection got a clear introduction and explanation about its functionnality. Obfuscation Features -------- * Supports .NET Framework 2.0/3.0/3.5/4.0/4.5 and up to 4.7.2 * 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 * **Type scrambler** obfuscation * Disable **decompilers** * **Embedding dependency** * **Compressing output** * Extensible plugin API Usage ----- `Confuser.CLI