• Stars
    star
    263
  • Rank 155,624 (Top 4 %)
  • Language
    Java
  • Created about 5 years ago
  • Updated almost 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

encode xml to axml AND decode axml to xml--Hack Android Manifest easily

xml2axml

Encode xml to axml OR decode xml from axml

  • encode
java -jar xml2axml e [AndroidManifest-readable-in.xml] [AndroidManifest-bin-out.xml]
  • decode
java -jar xml2axml d [AndroidManifest-bin-in.xml] [AndroidManifest-readable-out.xml]

Note
The project is based on This project