droidlysis
droidlysis copied to clipboard
Remove androguard dependecy
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?
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.