Rename private/internal methods (leave public alone)
Tanaris4
Posts: 2
All-
Without having to mark every function I want obfuscated, is this possible from an overall standpoint? I haven't seen a setting that lets me specify based on visibility of a function/class.
Thanks in advance!
~ Tanaris
Without having to mark every function I want obfuscated, is this possible from an overall standpoint? I haven't seen a setting that lets me specify based on visibility of a function/class.
Thanks in advance!
~ Tanaris
Comments
If there's some internal or private members that aren't being obfuscated when they should be, you can turn on trace logging (http://www.red-gate.com/supportcenter/c ... a_Log_File) which logs everything that wasn't obfuscated with a reason why it wasn't.