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

Jadx fails to parse APK (regression) #700

Closed
romainthomas opened this issue Jul 8, 2019 · 1 comment
Closed

Jadx fails to parse APK (regression) #700

romainthomas opened this issue Jul 8, 2019 · 1 comment

Comments

@romainthomas
Copy link

romainthomas commented Jul 8, 2019

Hello there,

It seems that new version of Jadx [1] does not manage to open Appcloner 1.5.23-19062314 while version 0.9.0 does. The APK is not corrupted and can be installed on an Android device.

Here is the stacktrace:

jadx.core.utils.exceptions.JadxRuntimeException: Error load file: ./AppCloner-1.5.23-19062314.apk
...
Caused by: com.android.dex.DexException: Unexpected magic: [0x64, 0xb3, 0x10, 0x18, 0x16, 0xd5, 0xc2, 0xc1]
	at com.android.dex.TableOfContents.readHeader(TableOfContents.java:86)
	at com.android.dex.TableOfContents.readFrom(TableOfContents.java:72)
	at com.android.dex.Dex.<init>(Dex.java:81)
	at com.android.dex.Dex.<init>(Dex.java:75)
	at jadx.core.utils.files.InputFile.addDexFile(InputFile.java:104)
	at jadx.core.utils.files.InputFile.loadFromZip(InputFile.java:132)
	at jadx.core.utils.files.InputFile.searchDexFiles(InputFile.java:73)
	at jadx.core.utils.files.InputFile.addFilesFrom(InputFile.java:40)
	at jadx.api.JadxDecompiler.loadFiles(JadxDecompiler.java:136)
	... 19 common frames omitted

[1] Tested with latest commit: 3eee83c

@skylot
Copy link
Owner

skylot commented Jul 8, 2019

@romainthomas thank you for report this regression! Fixed in latest commit :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants