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

Support for binary format of AndroidManifest.xml #1

Open
nicoburns opened this issue Jun 8, 2021 · 2 comments
Open

Support for binary format of AndroidManifest.xml #1

nicoburns opened this issue Jun 8, 2021 · 2 comments
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@nicoburns
Copy link

The AndroidManifest.xml file in packaged APKs is not stored as regular text-based XML, but in a special binary format.

See:

I would love to use this library for analyzing data (such as package names and version numbers) from existing APKs. As such, I would like to request support for this format.

@enfipy
Copy link
Contributor

enfipy commented Jun 8, 2021

@nicoburns Thanks for the first issue! I noticed this old library and curious - is this something similar to what you need?

@chachako
Copy link

chachako commented Mar 6, 2022

Same need! But actually we don't have to rely on resources.arsc. Rust currently lacks this, so I thought it would be nice to support it. Reference java lib: https://github.com/WindySha/ManifestEditor

@enfipy enfipy added enhancement New feature or request good first issue Good for newcomers labels Mar 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

4 participants