littlesome / xml2axml

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:Java 100.0%