Replies: 1 comment
-
self.name = 'a' will be reformed to something like setattr(self, 'xxxxx', 'a') The attribute name is obfuscated. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What is the difference between
--obf-code 1
and--obf-code 2
?Beta Was this translation helpful? Give feedback.
All reactions