Skip to content

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

Notifications You must be signed in to change notification settings

AbdurazaaqMohammed/axml2xml

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

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

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%