P_US_Holidays_NewYearsDay_English

24

DeepSea Obfuscator 2009

Abbreviated format

Obfuscation(Feature="encrypt-strings /n: [/s:true|false]", Exclude=tru Obfuscation(Feature="encrypt-strings /t:", 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. 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.

ApplyToMembers

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: [/strict:true|false]", E Obfuscation(Feature="control-flow /type:", Exclude=true|false)

Abbreviated format

Obfuscation(Feature="control-flow /n: [/s:true|false]", Exclude=true|f

© 2009 TallApplications BV

Made with FlippingBook HTML5