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
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
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:
[1] Tested with latest commit: 3eee83c
The text was updated successfully, but these errors were encountered: