-
Notifications
You must be signed in to change notification settings - Fork 5k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Array zero #1583
Comments
@timscriptov Can you provide a sample APK that causes this error on decompile? That would be really helpful to identify the cause. |
Apk File: https://www.dxsoft.com/hfpagerng.apk Website: |
Thanks, I was able to reproduce this issue, e.g. in
The same apk file decompiled with apktool creates a correct entry:
It seems like Jadx intentionally replaces May be we have to blacklist/whitelist certain typeName value? For Testing the code with some APKs I found out that most the replacements applied to |
@skylot Looking into the code of apktool I see three references of In So my guess at the moment that we should consider at this point I will try to load more APKs to better understand when a replacement is currently applied and if it makes sense. |
Yes, it's true |
Decompile array error
Orig:
Decompile:
It code = NulPointerException
The text was updated successfully, but these errors were encountered: