Skip to content
This repository has been archived by the owner on Jan 25, 2021. It is now read-only.
/ axmlparser Public archive

A parser for AndroidManifest.xml, writed by Python3

License

Notifications You must be signed in to change notification settings

kin9-0rz/axmlparser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

axmlparser project unmaintained

A parser for AndroidManifest.xml Please use mikusjelly/apkutils.

Install

pip install axmlparser

Usage

from axmlparser import AXML

axml = AXML(data)
axml.getPackageName()
axml.printAll()

About

A parser for AndroidManifest.xml, writed by Python3

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages