neo-ConfuserEx icon indicating copy to clipboard operation
neo-ConfuserEx copied to clipboard

Updated ConfuserEX, an open-source, free obfuscator for .NET applications

Results 28 neo-ConfuserEx issues
Sort by recently updated
recently updated
newest added

**Describe the bug** 1、WinForm项目引用未混淆的dll,可以正常使用; 2、使用1.0版本的ConfuserEx对dll进行混淆,显示混淆成功; 3、重新引用混淆后的dll,应用程序处于中断模式; 异常内容如下: 托管调试助手“FatalExecutionEngineError”在“XXX.exe”中检测到故障。 其他信息: 运行时遇到了错误。此错误的地址为 0x0d8976a1,在线程 0x8ff4 上。错误代码为 0x80131623。此错误可能是 CLR 中的 bug,或者是用户代码的不安全部分或不可验证部分中的 bug。此 bug 的常见来源包括用户对 COM-interop 或 PInvoke 的封送处理错误,这些错误可能会损坏堆栈。

Summary: An internal const string returns null when compiled for Release and obfuscated. It behaves normally when compiled for Debug and obfuscated, and when compiled for Release and not obfuscated....

bug

**Is your feature request related to a problem? Please describe.** Yes, if possible, make the crproj file output and basedir dynamic. **Describe the solution you'd like** I am trying to...

Bumps [CommonServiceLocator](https://github.com/unitycontainer/commonservicelocator) from 1.2 to 2.0.4. Release notes *Sourced from [CommonServiceLocator's releases](https://github.com/unitycontainer/commonservicelocator/releases).* > ## 2.0.3.55 > No release notes provided. > > ## 2.0.2.49 > No release notes provided. >...

dependencies

``` using System; using System.Windows.Input; namespace ConfuserEx { public class RelayCommand : RelayCommand, ICommand { public RelayCommand(Action execute) : base((p) => execute()) { } public RelayCommand(Action execute, Func canExecute) :base((p)=>execute(),(p)=>canExecute())...

Tried to obfuscate .NetCore app and got an error. What is about moving to the newest dnlib with stronger .Net Core support? ``` Exception: dnlib.DotNet.TypeResolveException: Could not resolve type: System.Runtime.CompilerServices.IAsyncStateMachine...

Can someone explain what the "anti" mode in anti tamper protection does? The documentation only describes the NormalMode and JITMode, Anti mode appears to be new and only available in...

**Is your feature request related to a problem? Please describe.** If you have XAML Databinding to public members and use ForceRen (because lets assume your project is not a public...

bug
enhancement
help wanted
good first issue

Hi there, I am using MVC C# technology with Visual Studio. But when I secure my code(.dll files) using neo-ConfuserEx and then my APIs are not working. No one can...

question