-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
[BUG] ARSCDecoder regression in 2.6.2-SNAPSHOT #2805
Comments
Not sure how. It skips chunks, so it must be a ton of overlay chunks in a row. |
Ending up with an Exception, sounds like an issue to me. |
True, but I don't see how at the moment. |
Replicated. Marking as bug. |
It's a parsing error. (The bytes in the first 6 "Skipping overlay" lines above represent ASCII for "eringConfig".) It's trying to decode a XML_TYPE_OVERLAY as XML_TYPE_OVERLAY_POLICY. Correct decode gives overlay name="TetheringConfig" and actor="". |
Information
Stacktrace/Logcat
Steps to Reproduce
A normal decompilation with the latest 2.6.2-SNAPSHOT.
This issue is not reproducible with Apktool 2.6.1 or older.
Frameworks
Pre-included framework works fine. No third-party framework needed.
APK
https://drive.google.com/file/d/1S69DCYjG76_vbTHC0Vh9H_IoLz_8QZrO/view?usp=sharing
The text was updated successfully, but these errors were encountered: