K
kjon
Hi, I want to obfuscate my DLL assembly which also has a strong name. As I
know that the obfuscated assembly with strong name won't work, and have
tried using AssemblyDelaySign(True) and sn.exe -R my.dll key.snk but still
don't work.
Just want to make sure what is the proper way to achieve this? I thought
this might be a common task but just can't find any on the web which can
tell it more clearly.
Thanks for any advice.
know that the obfuscated assembly with strong name won't work, and have
tried using AssemblyDelaySign(True) and sn.exe -R my.dll key.snk but still
don't work.
Just want to make sure what is the proper way to achieve this? I thought
this might be a common task but just can't find any on the web which can
tell it more clearly.
Thanks for any advice.