-
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
[core] jadx at master outputs "INFO - loading ..." and then returns, 1.2.0 does more #1150
Comments
@carstenhag I tried apk from here (version 6.9.0) but can't reproduce your issue. Can you check if this a correct apk? |
Doesn't seem to be the same
but I can reproduce the issue with both APKs on my Mac. Here's the apk: https://drive.google.com/file/d/1uPSYKdwZNRh1idof4uwo6pwYBD_Jz1X-/view?usp=sharing On my Windows machine, on both APKs jadx @ master works fine, so it must be something mac- or jdk-specific. I'll try to write down some info about my machines
|
Encountered this same issue, fixed it by changing JVM versions. Try running with Java 11. |
Thrown java.lang.Error was ignored and not logged.
Ok, this time I am managed to find a way to reproduce this issue and made a fix. ERROR - Process error:
java.lang.NoSuchMethodError: java.nio.ByteBuffer.position(I)Ljava/nio/ByteBuffer;
at jadx.plugins.input.dex.sections.SectionReader.duplicate(SectionReader.java:60) But because of incorrect handle of errors in jadx-cli Anyway, I recommend always use the latest java version. Or at least try to not mix compile and runtime java versions. |
Describe error
Installed jadx via
brew install jadx --HEAD
. Viabrew install jadx
, which installs 1.2.0, it at least does more than that (still has 56 errors but thats ok for now).The app is com.enbw.ev, uploading it to APKMirror atm, but it's not available there yet. It's too big for Github.
The text was updated successfully, but these errors were encountered: