DeepSea Obfuscator 2009 - page 24

DeepSea Obfuscator 2009
24
© 2009 TallApplications BV
Abbreviated format
Obfuscation(Feature="encrypt-strings /n:<namespace> [/s:true|false]", Exclude=tru
Obfuscation(Feature="encrypt-strings /t:<typename>", Exclude=true|false)
Example
The following attribute will prevent all string encryption in the entire assembly.
[assembly:Obfuscation(Feature="encrypt-strings", Exclude=true)]
Other attribute properties
Exclude
If true, strings in the element are not encrypted.
If false, strings in the element are encrypted.
ApplyToMembers
If true, this encrypt-strings rule is also applied to
members of the element.
If false, this encrypt-strings rule is not applied to
members of the element.
Targets
All (without arguments)
Assembly (with /type or /namespace argument)
4.1.4 Control flow obfuscation feature
Instruct the obfuscator to modify the code in your assembly such that de-compiling your
code becomes much more difficult.
Format
Obfuscation(Feature="control-flow", Exclude=true|false)
Obfuscation(Feature="control-flow /namespace:<namespace> [/strict:true|false]", E
Obfuscation(Feature="control-flow /type:<typename>", Exclude=true|false)
Abbreviated format
Obfuscation(Feature="control-flow /n:<namespace> [/s:true|false]", Exclude=true|f
1...,14,15,16,17,18,19,20,21,22,23 25,26,27,28,29,30,31,32,33,34,...47
Powered by FlippingBook