discovered 03 Aug 2026
axmldec
→ View on GitHubaxmldec is a specialized tool designed to decode the binary XML format of the `AndroidManifest.xml` found in APK files, enabling quick extraction and decoding of this manifest without the overhead of larger tools like Apktool. It outputs the decoded XML to the standard output or a specified file, facilitating batch processing and integration within shell scripts. Additionally, it allows direct extraction from APK files and can be incorporated into C++ projects using its parsing capabilities.