Dotfuscator and strong name assembly

  • Thread starter Thread starter kjon
  • Start date Start date
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.
 
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.

Try Spices.Net Obfuscator (http://9rays.net/products/spices), it is enough
to define StrongNameKeyFile property of Spices.Net project to sign
obfuscated assembly after obfuscation.
 
Back
Top