-
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
AndroidManifest.xml [Error decode manifest] #2182
Comments
I'm trying to analyze a malicious apk sample. It's probably part of their anti-analysis method. This is the apk i'm working on: https://malshare.com/sample.php?action=detail&hash=21e6f7e5112bd2e7d7a76b0c2603b0ae85d24eb4044964bc911198f06631b2ae |
It looks like this app was protected with something called RizalProtect. JEB Pro (latest version 5.12) decodes the manifest. Based on the warnings showing in the logger, it seems like this protector used many encoding hacks.
|
@skylot |
The manifest contains 4 attribute values Jadx fails to resolve the attribute value of. The used index of the attribute value is far beyond the size of the buffer end, which causes the I created a branch that ignores those errors and logs them. Four of the If this problem is bypassed Jadx hits a problem that looks similar o the one reported for Jadx 1.4.7:
BTW: apktool also fails to decode this AndroidManifest.xml. |
Issue details
Using v1.4.7:
Understand there is a commit on this issue: #1926
Using v1.5:
However, i'm now getting this error without any further details. Not sure what's the problem here.
Jadx version
1.5.0
Java version
17.0.2
OS
The text was updated successfully, but these errors were encountered: