You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]
The text was updated successfully, but these errors were encountered:
It's certainly an interesting API design question. Not sure I have a good answer unfortunately. Minimally to fill in an entire manifest we need to be able to extract resource strings. Which means the .asrc file and possible R.class!
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]
The text was updated successfully, but these errors were encountered: