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

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -