Migration from Dotfuscator to .NET Reactor - what obfuscation attributes are supported?

1k Views Asked by At

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?

1

There are 1 best solutions below

2
On

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

enter image description here