We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 的封送处理错误,这些错误可能会损坏堆栈。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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 的封送处理错误,这些错误可能会损坏堆栈。
The text was updated successfully, but these errors were encountered: