axmldecoder

Crates.ioaxmldecoder
lib.rsaxmldecoder
version0.5.0
sourcesrc
created_at2021-06-06 09:38:48.507682
updated_at2023-05-14 11:17:43.794352
descriptionDecode Android's binary XML format
homepage
repositoryhttps://github.com/Ayrx/axmldecoder
max_upload_size
id406804
size71,884
Terry Chia (Ayrx)

documentation

README

axmldecoder

Crates.io

Decoder for the binary XML format used by Android.

This library implements the minimal amount of parsing required obtain useful information from a binary AndroidManifest.xml. It does not support parsing generic binary XML documents and does not have support for decoding resource identifiers. In return, the compiled footprint of the library is much lighter as it does not have to link in Android's resources.arsc file.

For a full-featured Rust binary XML parser, abxml-rs is highly recommended if it is acceptable to link a 30MB resources.arsc file into your compiled binary.

Please file an issue with the relevant binary AndroidManifest.xml if if any issues are encountered.

Commit count: 54

cargo fmt