cryptax / droidlysis

Property extractor for Android apps
MIT License
264 stars 42 forks source link

Remove androguard dependecy #8

Closed subho007 closed 1 year ago

subho007 commented 3 years ago

I just figured out that you're using the manifest file dumped using apktool to parse it, and I don't see any place where androguard is being used.

Androguard alone makes my docker container big, is it a possibility if you can remove the androguard dependency altogether?

cryptax commented 3 years ago

I use androaxml.py from androguard package. I use it when APKTool fails. It does not happen very often, but I encountered the case a few times.