-
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] AndroidManifest.xml
is not decoded
#1013
Comments
@bagipro Can you please provide the APK file that causes this error? |
@bagipro Sorry but the file can not be downloaded. I am getting an error message that the file is not accessible due to a Google Drive usage violation. |
@jpstotz
But I can download it |
@bagipro I also can't download file. Can you share just AndroidManifest.xml file?
Here |
Ok. I just removed these checks, it looks safe enough. |
Hey,
AndroidManifest.xml
isn't decoded because of errorThis error is occurred for the first time among all APKs I tested. But I looked on apktool, it doesn't have such problem. Moreover, it doesn't verify all those values to be equal to e.g.
0x08
https://github.com/iBotPeaches/Apktool/blob/b4493a51bbc5582175e1f6a93a71ae7c58428818/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/decoder/AXmlResourceParser.java#L931When I removed
the file was decompiled correctly. Is there a reason why jadx checks those values?
The text was updated successfully, but these errors were encountered: