Skip to content

thadd/axml2xml.rb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

This is a pure Ruby library that extracts the XML version of an AndroidManifest.xml from an Android installer APK package file. To use the script just pass the path of the APK file as the first argument. The script will build an XML string that can later be parsed or formatted for viewing.

This script is a direct port of the Java method from this thread that performs the same task.

About

A pure Ruby library for parsing the XML out of an AndroidManifest.xml stored in an APK package

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages