Hi,
how can i protect a assembly against disassembling with ILDASM and
other products like that. i have a dll with some encryption methods
implemented and i dont want them to be exposed, to the outside of
the world. of cource there are restrictions like modifiers and misc.
but i dont want the assembly "disassembled" from someone with
"bad intentions"...
How can i protect it efficiently...?
Thanks in advance
Kerem G?mr?kc?
gaidar - 13 Mar 2005 10:25 GMT
There is still no good way to protect you assembly. I'm sorry...
But you can obfuscate your code using some Obfuscator.
Maybe the solution is to write native application that will encrypt/decrypt
your assembly before loading but it's not a good solution anyway.
Gaidar
> Hi,
>
[quoted text clipped - 10 lines]
>
> Kerem G?mr?kc?