Securing assemblies from abfuscator

  • Thread starter Thread starter shashank kadge
  • Start date Start date
S

shashank kadge

hi all,
how can i secure my assemblies from obfuscating s/w.

thanks
shashank kadge
 
i dont want obfuscator to expose certain string constants in my
classes.

-
shashank kadge

Ah, you want to protect the strings in your code from utilities like
Reflector? Well, some obfuscators like Dotfuscator (the professional
version) offer some functionality called string encryption, or something to
that effect that does exactly that.
 
Ah, you want to protect the strings in your code from utilities like
Reflector? Well, some obfuscators like Dotfuscator (the professional
version) offer some functionality called string encryption, or something to
that effect that does exactly that.

alrite. thanz Rad. i'll check that.

-
shashank kadge
 
Back
Top