-
Notifications
You must be signed in to change notification settings - Fork 298
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Obfuscator with "$" #986
Comments
That is no obfuscation. This is just a local variable named with a $ sign. Obfuscators would not leave meaningful names like "left", "right", "this" or "other" inside local variable names. They would either remove all local variable name information or fill it with garbage. |
How can I put them back the way they were? and the same for "Object" it’s not normally object but something else |
This is only possible to handle manually. The reason that there is "Object" is very likely due to generic erasure if that equals method was not originally created by an automatictool like lombok. |
hello I had a question. is there an obfuscator who obfuscates with "$" if yes how to remove them? and replace some argument to Object
like this
@OverRide
The text was updated successfully, but these errors were encountered: