Dotfuscator and strong name assembly

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.
 
A

Al Ponomarev

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top