Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 702 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 702 Bytes

axml2xml

A Java program to decompile and recompile Android binary XML files (AndroidManifest.xml and layout XML files)

Based on the hard work of axml2xml by apk-editor, codyi96, hzw1199 and l741589 and AXMLPrinter by developer-krushna.

Usage

java -jar axml2xml.jar d[ecode] input_file output_file
java -jar axml2xml.jar e[ncode] input_file output_file
  • Optional argument: -am (For APK files, decode AndroidManifest.xml from APK file immediately instead of listing all XML files)