Skip to content
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.
/ xml2axml Public archive
forked from hzw1199/xml2axml

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

Notifications You must be signed in to change notification settings

LemonLoader/xml2axml

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%