SkillAgentSearch skills...

AXMLPrinter

An Advanced Axml Printer available with proper xml style/format feature

Install / Use

/learn @developer-krushna/AXMLPrinter
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

AXMLPrinter

An Advanced Axml Printer available with proper xml style/format feature

What is the use of this tool

A tool for printing out Android binary XML files (It can be Android Manifest or other resources XML files) into normal raw AXML text. It is inspired by Android4ME's axmlprinter library.

What's new on it.

There are several changes made to the code, and multiple bugs have been fixed. The following changes have been made in this AXMLPrinter library:

  • [x] Added support for translating enum or flags based attributes (Customized function)
  • [x] Fixed decoding some UTF-8.
  • [x] Extraction of attribute name from id
  • [x] Extraction of flag and enum values according to android resource
  • [x] Fixed close tag error
  • [x] Fixed handling unknown attributes
  • [x] Fixed indentation/tab error
  • [x] Improved speed in xml decompilation
  • [x] Extraction of Attribute name according to resource id
  • [x] Id2Name (Reading axml file according to the resource id name)
  • [x] Extraction of manifest permissions short description (Customized function)
  • [ ] Reading pseudo-encrypted xml files

Test the library

I injected my library in MT Manager Mod You can download the apk file from my Telegram Channel. Download Now

Sample

<img src="https://github.com/developer-krushna/AXMLPrinter/blob/main/IMG_20241223_122041_536.jpg" width="240" alt="Screenshot"/> <img src="https://github.com/developer-krushna/AXMLPrinter/blob/main/IMG_20241223_122046_767.jpg" width="240" alt="Screenshot"/>

License

Contributing

  1. Fork repository
  2. Make changes
  3. Ensure tests pass (or hopefully adding tests!)
  4. Submit pull request/issue

Thanks

Related Skills

View on GitHub
GitHub Stars57
CategoryDevelopment
Updated20d ago
Forks16

Languages

Java

Security Score

85/100

Audited on Mar 12, 2026

No findings