You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Perhaps a regular expression for variable names could be implemented, it would solve this problem. In general, however, you'll find that variable variables will cause problems with this kind of obfuscation.
In my project, I work with indirect function names or variable names.... ( i.e. $$v = 'xxx')
they all start with a prefix .
is it possible to add a joker in
obfuscator.scramble_variable.ignore: (and obfuscator.scramble_private_method.ignore:)
meaning variable (or function) starting by foo
The text was updated successfully, but these errors were encountered: