c# - ConfUserEx excluding a namespace from obfuscation -
in confuserex obfuscation (https://yck1509.github.io/confuserex/)
how exclude 1 namespace rename module?
for example :
[assembly: obfuscation(exclude = true, feature = "namespace 'abc.xyz':-rename")]
looks not work. have objectmodels json parsing in namespace , throwing error. using .crproj file obfuscating using cli.
please download latest version v0.6.0 this link. exclude field true
false
. , that's it.
for example:
[assembly: obfuscation(exclude = false, feature = "namespace 'your.namespace':-rename")]
Comments
Post a Comment