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
It seems to me that the vars are renamed with a regex, so you would have to fully change how the script works.
Renaming vars with a regex results in a lot of bugs, you should try tokenize or ast.
I am trying to obfuscate a very simple file like the following:
The
__name__
variable name is converted to a garbage string and it avoids the program to run. Any idea where is the bug ? I can try a PR.The text was updated successfully, but these errors were encountered: