rusty-axml

Crates.iorusty-axml
lib.rsrusty-axml
version0.1.0
sourcesrc
created_at2024-08-22 16:25:16.651357
updated_at2024-08-22 16:25:16.651357
descriptionA parser for Android AXML files
homepagehttps://github.com/rusty-rs/rusty-axml
repositoryhttps://github.com/rusty-rs/rusty-axml
max_upload_size
id1347894
size101,134
Julien Gamba (lukhio)

documentation

README

AXMLParser

Every APK has a manifest file, which is usually in binary format. This project decodes this manifest into human-readable XML.

Usage

./AXMLParser [AXML|APK]

The argument can be either the manifest directly (in binary format) or an APK file, in which case the manifest will first be extracted from the APK.

To do

  • when extracting from an APK, also decode other resources (e.g., strings.xml) which would allow us to resolve some static references.
  • when printing decoded XML to stdout, pretty-print it instead of just dumping it on one line.
Commit count: 0

cargo fmt