You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have used several decompilation software and found that some aspects of jadx can be improved more:
Sometimes users only need to search for "included strings" instead of searching for codes. I hope jadx can add this function;
When I searched, there were multiple pages of search results. I clicked to turn the page and turned to one of them. When I click on search again, I want jadx to retain the previous search status, including page turning status, instead of re-searching, and then positioning to the first page;
When I search for the method name, if the class name includes this string, jadx will also render. In fact, I only need jadx to match method names instead of class names;
For example, as shown in the figure:
Right-click on a package and search only on the selected package. Sometimes, the user locates a certain package, but jadx also presents the results of other packages, which interferes with judgment and consumes time;
Thank you for reading, and look forward to a more complete jadx, I wish you a happy life.
The text was updated successfully, but these errors were encountered:
I have used several decompilation software and found that some aspects of jadx can be improved more:
Sometimes users only need to search for
"included strings"
instead of searching forcodes
. I hope jadx can add this function;When I searched, there were multiple pages of search results. I clicked to turn the page and turned to one of them. When I click on search again, I want jadx to retain the previous search status, including page turning status, instead of re-searching, and then positioning to the first page;
When I search for the method name, if the class name includes this string, jadx will also render. In fact, I only need jadx to match method names instead of class names;
For example, as shown in the figure:
Right-click on a package and search only on the selected package. Sometimes, the user locates a certain package, but jadx also presents the results of other packages, which interferes with judgment and consumes time;
Thank you for reading, and look forward to a more complete jadx, I wish you a happy life.
The text was updated successfully, but these errors were encountered: