Skip to content
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

[gui] Opening apk in 1.5.0 doesn't decompile java/kotlin #2181

Closed
1 of 3 tasks
iiasceri opened this issue May 13, 2024 · 3 comments
Closed
1 of 3 tasks

[gui] Opening apk in 1.5.0 doesn't decompile java/kotlin #2181

iiasceri opened this issue May 13, 2024 · 3 comments
Labels
bug GUI Issues in jadx-gui module

Comments

@iiasceri
Copy link

iiasceri commented May 13, 2024

Issue details

Just try 1.4.7 and 1.5.0 while opening .apk file.
1.4.7 does decompile then you can carry on with your work and 1.5.0 doesn't.

1.5.0 logs:

❯ jadx-gui
INFO  - output directory: learnfrida
INFO  - loading ...
INFO  - Loaded classes: 4715, methods: 39203, instructions: 1067704
INFO  - Found 0 classes in disk cache, time: 1ms, dir: /Users/nick/nickDev/com.learn.frida/packed/learnfrida.apk.cache/code

1.4.7 logs:

❯ ./jadx-gui
INFO  - Found new jadx version: 1.5.0
 jadx-1.5.0.zip, size: 100.11MB, downloads count: 11766, url: https://github.com/skylot/jadx/releases/download/v1.5.0/jadx-1.5.0.zip, date: 2024-04-20T20:10:58Z
 jadx-gui-1.5.0-no-jre-win.exe, size: 109.38MB, downloads count: 11996, url: https://github.com/skylot/jadx/releases/download/v1.5.0/jadx-gui-1.5.0-no-jre-win.exe, date: 2024-04-20T18:09:24Z
 jadx-gui-1.5.0-with-jre-win.zip, size: 131.42MB, downloads count: 14262, url: https://github.com/skylot/jadx/releases/download/v1.5.0/jadx-gui-1.5.0-with-jre-win.zip, date: 2024-04-20T18:22:09Z
INFO  - Loading project /Users/nick/nickDev/com.learn.frida/packed/learnfrida.apk.jadx
INFO  - output directory: learnfrida
INFO  - loading ...
INFO  - Loaded classes: 4715, methods: 39203, instructions: 1067704
INFO  - Resetting disk code cache, base dir: /Users/nick/nickDev/com.learn.frida/packed/learnfrida.apk.cache

Jadx version

1.5.0

Java version

17

OS

  • Windows
  • Linux
  • macOS
@iiasceri iiasceri added bug GUI Issues in jadx-gui module labels May 13, 2024
@iiasceri
Copy link
Author

I uninstalled jadx-gui 1.5.0 from brew and downloaded 1.4.7 release and now I am sticking with that for now. I know I should be more helpful providing logs but this is a basic functionality its nothing specific.

@jpstotz
Copy link
Collaborator

jpstotz commented May 13, 2024

Sorry but from the log I don't see what is going wrong. Can you provide the APK file or at least post a screenshot of Jadx-Gui 1.5.0 after loading the APK?

Just for the records: Do you use macOS Sonoma or something older (arm64/intel)?

@iiasceri
Copy link
Author

@jpstotz Nevermind the UI confused me it's under the source code now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug GUI Issues in jadx-gui module
Projects
None yet
Development

No branches or pull requests

2 participants