-
Notifications
You must be signed in to change notification settings - Fork 5k
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
[java-input] Failed to translate java bytecode stack for unvisited jump (require StackMapTable support) #2271
Comments
Jadx v1.4.7 is a bit outdated as 1.5.0 had been released on Apr 20. Have you tried it if the bug is still present? You can also test our latest unstable version https://nightly.link/skylot/jadx/workflows/build-artifacts/master |
I am not able to reproduce this issue with latest master. |
I made two attempts here. The first time I tried to download the latest unstable version and found that the problem still exists. So the second time I tried to download the latest code from the master branch and compile it manually, but the problem still existed. |
@Milory please share your |
Due to the inability to upload class files, I have compressed the files into zip files. Please check |
@Milory looks like this issue will take some time to fix. As a workaround for now, you can enable |
Done. |
Issue details
platform
test code
Decompile and view source code
Initially I suspected it was a bug in the javassist library, but after executing the code I found that it worked properly.
I found that the logic here is normal
Relevant log output or stacktrace
Provide sample and class/method full name
No response
Jadx version
1.4.7
The text was updated successfully, but these errors were encountered: