-
-
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
[FEAT] Please update ARSCDecoder #2714
Labels
Comments
O god. Spec changes. Will need the exact commits that introduced all the new properties which I can grab when free. |
Closed
This was referenced Jan 17, 2022
Could be same issues? |
@budsz already fixed in master. Just Build it yourself |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When decompiling a new api 32 framework, I get an error:
Exception in thread "main" brut.androlib.AndrolibException: Invalid chunk type: expected=0x00000200, got=0x00000206
Added resources to this framework:
PUBLIC STAGED_ID = 0x01fe0000
This type is not present in ARSCDecoder
It is probably worth updating the types as in ResourceTypes.h https://android.googlesource.com/platform/frameworks/base/+/refs/heads/master/libs/androidfw/include/androidfw/ResourceTypes.h#250
for example add TYPE_STAGED_ALIAS = 0x0206
android.zip
The text was updated successfully, but these errors were encountered: