从 Dotfuscator 迁移到 .NET Reactor - 支持哪些混淆属性? [英] Migration from Dotfuscator to .NET Reactor - what obfuscation attributes are supported?

查看:75
本文介绍了从 Dotfuscator 迁移到 .NET Reactor - 支持哪些混淆属性?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

使用 Dotfuscator 混淆的现有代码中使用的混淆属性:

[Obfuscation(Feature = "controlflow", Exclude = true)][混淆(功能=重命名",排除=真)][ObfuscationAttribute(Exclude = true, ApplyToMembers = false)][ObfuscationAttribute(Exclude = true, ApplyToMembers = true)]

出于某种原因,应使用 .NET Reactor 混淆代码.

.NET Reactor 支持哪些混淆属性?

解决方案

有一个

Obfuscation attributes used in existing code obfuscated using Dotfuscator:

[Obfuscation(Feature = "controlflow", Exclude = true)]
[Obfuscation(Feature = "renaming", Exclude = true)]
[ObfuscationAttribute(Exclude = true, ApplyToMembers = false)]
[ObfuscationAttribute(Exclude = true, ApplyToMembers = true)]

For some reason the code shall be obfuscated with .NET Reactor.

What obfuscation attributes are supported by .NET Reactor?

解决方案

There is a little helper tool for .NET Reactor which helps you to find/set the right obfuscation attributes.

这篇关于从 Dotfuscator 迁移到 .NET Reactor - 支持哪些混淆属性?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆