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
Describe error
Hi, I am doing some testing on Jadx, as I like this tool and use it a lot. I hope Jadx can give better decompilation results. Here is a failure I find in decompiling multi-entry loops (maybe, I am not sure):
Source code
Sure.....Not in a hurry, you can fix these issues when you have enough time. I performed a long-time analysis on these test cases and recent days I eventually finish the analysis and plan to report all of them, it is why there are so many issues.... 😅
Fixed. Actually, it is a weird test case because it contains an empty endless loop, so I don't think it can appear in real code.
Also, if possible, please check your cases with the latest unstable build of jadx, some issues can be already be fixed or throw different exception which can be a little confusing.
Anyway, thank you for this report 👍
Describe error
Hi, I am doing some testing on Jadx, as I like this tool and use it a lot. I hope Jadx can give better decompilation results. Here is a failure I find in decompiling multi-entry loops (maybe, I am not sure):
Source code
and here is the failure warning I got from the decompiled code:
Version:
Jadx : 1.4.1
Java JDK: 11.0.3
Android decompiler: dx8 of 30.0.2 building tool
Input Version: dex files
Would you like to have a look? All the source file, the compilation file and the decompiled files are available at
multientryloopfailure.zip
The text was updated successfully, but these errors were encountered: