Obfuscating multiple related .NET assemblies with babel obfuscator
Posted
by Román
on Stack Overflow
See other posts from Stack Overflow
or by Román
Published on 2009-10-07T14:30:36Z
Indexed on
2010/04/10
14:43 UTC
Read the original article
Hit count: 479
Hi
I have two assemblies, A and B, where A depends on B. I'm trying to obfuscate both of them together, i.e. in a way it doesn't break the app with the babel obfuscator.
Is there a way to do that? Apparently this obfuscator doesn't handle multiple assemblies.
If that's an issue, which other .NET obfuscator- that handles multiple assemblies- would you recommend?
© Stack Overflow or respective owner