Skip to content

rusty-rs/rusty-axml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

AXMLParser

Every APK has a manifest file, which is usually in binary format. This project decodes this manifest into human-readable XML.

Usage

./AXMLParser [AXML|APK]

The argument can be either the manifest directly (in binary format) or an APK file, in which case the manifest will first be extracted from the APK.

To do

  • when extracting from an APK, also decode other resources (e.g., strings.xml) which would allow us to resolve some static references.
  • when printing decoded XML to stdout, pretty-print it instead of just dumping it on one line.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages