-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Comments feature #359
Comments
What sorts of comments do you expect? Please give an detailed example. |
Sorry, I'll explain better: it could be linked to the specific line number or to a method and saved or in the jobf file or in an another file so that it could be reloaded when the same apk is reopened. an additional feature that I think could be useful is the possibility to refactor directly a method a field or a class using the right click on it. It is faster and intuitive than changing the jobf file. |
Having comments would be really helpful for reversing, 👍 on this feature |
|
@ihbing this is already working, thanks to @skylot :) |
I tested it and it was very good, thank you. |
* feat(gui): add code comments (#359) * refactor: replace instanceof search with method dispatch in RegionGen * fix: various bug fixes and improvements for code comments * fix(gui): support multiline code comments * fix: resolve code differences after class reload * fix(gui): add search for comments, allow search in active tab only * fix: correct search for inner classes * fix(gui): run full index on search dialog open
It could be useful the possibility to add inline comments to the decompiled code, to make easier the reversing process.
The text was updated successfully, but these errors were encountered: