Skip to content

core: Implemented parsing RES_TABLE_TYPE_LIBRARY chunks#1664

Merged
skylot merged 2 commits intoskylot:masterfrom
jpstotz:parsePackage
Sep 10, 2022
Merged

core: Implemented parsing RES_TABLE_TYPE_LIBRARY chunks#1664
skylot merged 2 commits intoskylot:masterfrom
jpstotz:parsePackage

Conversation

@jpstotz
Copy link
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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