skylot
skylot
> Can the search window display all comment information? Yes, just leave search field empty > automatic search will still be performed when I open the search window by selecting...
@jygzyc thanks. Jadx trying to avoid code duplication, but in your case it is necessary and looks like jadx missed this case. Right now I am working on CFG checker...
> include auto-generated names (why would you want to export them?) That is the main reason why jobf was added: to keep aliases unchanged between different jadx version (changes in...
> But only for the next few releases I hope? ... to reduce the maintainability burden Why you want to remove everything? :joy: There is no any burden to maintain...
Sure, this issue similar to #1253 and I am already working on package renaming refactor in `jadx-script` branch.
@nitram84 thank you for report! > BTW: I think it would be a nice option to select/configure the preferred input-plugin for java versions
@nitram84 I commit an option to use dx/d8 for convert java bytecode 👍🏽
@nitram84 thanks. This issue similar to `code-duplication` issues, here `return` should be duplicated to allow code restructure. Java-input plugin works fine because java bytecode keeps several `return` instructions, unlike `dx`,...
> May be we should first start with an update checker. @jpstotz wait, this is already implemented (check [this class](https://github.com/skylot/jadx/blob/92a6c333d8a0514c6e7928cc69e801f8c44f8964/jadx-gui/src/main/java/jadx/gui/update/JadxUpdate.java#L42)), if new version available notification info should appear in right...
> It would be nice for people who want to understand it at a low level Sure. I plan to write a short overview of how jadx works. > explain...