is there a way to process assemblies with satellite dlls as well? I
tried to find a obfuscator to handle this, but none satisfied me.
Thank you!
Regards uwe
I never used satellite assemblies in my projects, so I cannot tell if
Obfuscar would handle them correctly. But I see no reason why a
satellite assembly should be any different from a normal assembly.
When you add the satellite assemblies in the configuration file,
Obfuscar should rename all resources which match a renamed type like
it would do in the main assembly. (e.g. WinForms resources)
Just try and tell me what results you get. Maybe the problems you
encountered with other obfuscators are not specifically related to
satellite assemblies. Resources and their names are generally a
problem with obfuscators, because the names are often derived from
class type names.
Werner