SmartAssembly does not fully obfuscate dll files
Imcool
Posts: 6 New member
I'm trying to protect my Unity DLL file but don't know why this program won't fully obfuscate it. The classes and methods in root directory are still plain
My configuration
My configuration
Tagged:
Comments
SmartAssembly will automatically exclude any public members from dlls to make sure that other assemblies can still call on those members. Just to confirm, are the classes and methods that aren't being obfuscated public members? (For other reasons that SmartAssembly may exclude code, kindly take a look here.)
Jessica Ramos | Product Support Engineer | Redgate Software
Have you visited our Help Center?
We have a request for the ability to force obfuscation on public types in DLLs (SA-1569) and I've +1'd this, but I want to be honest that this isn't in the road map at the moment. The only workaround would be to move the important bits of code into private members that can be obfuscated.
So sorry again as I know that's not ideal. Please let us know if you have any other questions.
Jessica Ramos | Product Support Engineer | Redgate Software
Have you visited our Help Center?