Crates.io | rusty-axml |
lib.rs | rusty-axml |
version | 0.1.0 |
source | src |
created_at | 2024-08-22 16:25:16.651357 |
updated_at | 2024-08-22 16:25:16.651357 |
description | A parser for Android AXML files |
homepage | https://github.com/rusty-rs/rusty-axml |
repository | https://github.com/rusty-rs/rusty-axml |
max_upload_size | |
id | 1347894 |
size | 101,134 |
Every APK has a manifest file, which is usually in binary format. This project decodes this manifest into human-readable XML.
./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.
strings.xml
) which would allow us to resolve some static references.stdout
, pretty-print it instead of just
dumping it on one line.