Skip to content
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: Implemented parsing RES_TABLE_TYPE_LIBRARY chunks #1664

Merged
merged 2 commits into from
Sep 10, 2022

Conversation

jpstotz
Copy link
Collaborator

@jpstotz jpstotz commented Sep 3, 2022

fixes #1663

Afterwards it is possible to load the provided sample of #1663 without errors, but the loaded resources in jadx-gui are not what I would expect for a 3.5MB resources.arsc file:
image

Additionally most of the shown xml resource entries have next to no content. Therefore I assume that the current state of this PR is one step towards fixing this issue, but at the moment it seems to be incomplete and I don't yet understand what is the problem (thus the draft state).

@jpstotz
Copy link
Collaborator Author

jpstotz commented Sep 10, 2022

Now decoding of the provided resources.arsc seems to fully work - and it still works with other APK files, at least the ones I have tried ;)

@skylot From my point of view this PR is ready to be merged.

@jpstotz jpstotz marked this pull request as ready for review September 10, 2022 12:27
@skylot skylot merged commit b507065 into skylot:master Sep 10, 2022
@skylot
Copy link
Owner

skylot commented Sep 10, 2022

@jpstotz thanks! 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Failed to parse '.arsc' file: IOException: Config size < 28
2 participants