droidlysis icon indicating copy to clipboard operation
droidlysis copied to clipboard

Remove androguard dependecy

Open subho007 opened this issue 4 years ago • 1 comments

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?

subho007 avatar May 17 '21 20:05 subho007

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.

cryptax avatar May 18 '21 15:05 cryptax