joakime / android-apk-parser

Obtain basic information out of an Android APK file.
105 stars 23 forks source link

Allow to read binary xml files without APK file #8

Open vbauer opened 10 years ago

vbauer commented 10 years ago

It would be great to have possibility to read binary AndroidManifest.xml file without needs to unpack APK file (sometimes unpacking could be already done by some external tools).