https://github.com/xenocoderce/neo-confuserex
Updated ConfuserEX, an open-source, free obfuscator for .NET applications
https://github.com/xenocoderce/neo-confuserex
confuser confuserex csharp jit managed msil obfuscation obfuscator protect
Last synced: about 1 month ago
JSON representation
Updated ConfuserEX, an open-source, free obfuscator for .NET applications
- Host: GitHub
- URL: https://github.com/xenocoderce/neo-confuserex
- Owner: XenocodeRCE
- License: other
- Fork: true (yck1509/ConfuserEx)
- Created: 2018-05-26T23:25:49.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-12-01T17:24:32.000Z (over 5 years ago)
- Last Synced: 2025-03-28T21:49:09.589Z (about 1 month ago)
- Topics: confuser, confuserex, csharp, jit, managed, msil, obfuscation, obfuscator, protect
- Language: C#
- Homepage: http://yck1509.github.io/ConfuserEx/
- Size: 2.1 MB
- Stars: 785
- Watchers: 41
- Forks: 89
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Neo ConfuserEx
--------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 APIUsage
-----
`Confuser.CLI `The project file is a ConfuserEx Project (*.crproj).
The format of project file can be found in docs\ProjectFormat.mdYou can also run the GUI application, `ConfuserEx.exe`
Bug Report
----------
See the [Issues Report](https://github.com/XenocodeRCE/neo-ConfuserEx/issues) section of this repository.License
-------
See LICENSE file for details.Credits
-------
**[yck1509](https://github.com/yck1509)** the one and only, original coder of [ConfuserEx](https://yck1509.github.io/ConfuserEx/)**[0xd4d](https://github.com/0xd4d)** for his awesome work and extensive knowledge!
Members of **[Black Storm Forum](http://board.b-at-s.info/)** for their help!