Skip to content
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

Auto guess inner class's this$0 field names #16

Open
liach opened this issue Sep 21, 2019 · 0 comments
Open

Auto guess inner class's this$0 field names #16

liach opened this issue Sep 21, 2019 · 0 comments

Comments

@liach
Copy link
Contributor

liach commented Sep 21, 2019

Currently, proguard obfuscates inner class's reference field to the outer class for instance inner classes. As a result, these fields have intermediary names assigned, but these names are very hard to find out and to be used by modders. (They need to javap the inner class to find out the correct intermediary name) It would be a grace if we can automatically map these outer class reference fields' names to this$0 instead, which would allow easier shadowing usage by modders writing mixins

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant