Due to how integrated the androidmanifest.xml file is with the rest of the APK, it makes sense to put APK processing back into this project. This is most likely already implemented in androguard's apk.py but will need to be updated.
Steps to complete:
- review androguard's apk processing
- decide whether to process entire apk or specific files related to the manifest file
[originally reported by pee]
Due to how integrated the androidmanifest.xml file is with the rest of the APK, it makes sense to put APK processing back into this project. This is most likely already implemented in androguard's apk.py but will need to be updated.
Steps to complete:
[originally reported by pee]