DeepSea Obfuscator 2009 - page 25

Obfuscation Reference 25
© 2009 TallApplications BV
Obfuscation(Feature="control-flow /t:<typename>", Exclude=true|false)
Example
The following attribute will prevent all control flow obfuscation in the entire assembly.
[assembly:Obfuscation(Feature="control-flow", Exclude=true)]
Other attribute properties
Exclude
If true, code in the assembly is not obfuscated.
If false, code in the assembly is obfuscated.
ApplyToMembers
If true, this control-flow rule is also applied to
members of the element.
If false, this control-flow rule is not applied to
members of the element.
Targets
All (without arguments)
Assembly (with /type or /namespace argument)
4.1.5 Cleanup feature
Instruct the obfuscator to include or exclude elements in the cleanup process. The
cleanup process removes all un-referenced types and member.
Format
Obfuscation(Feature="cleanup", Exclude=true|false)
Obfuscation(Feature="cleanup /namespace:<namespace> [/strict:true|false]", Exclud
Obfuscation(Feature="cleanup /type:<typename>", Exclude=true|false)
Abbreviated format
Obfuscation(Feature="cleanup /n:<namespace> [/s:true|false]", Exclude=true|false)
Obfuscation(Feature="cleanup /t:<typename>", Exclude=true|false)
Other attribute properties
1...,15,16,17,18,19,20,21,22,23,24 26,27,28,29,30,31,32,33,34,35,...47
Powered by FlippingBook