Problem:
Extracting large APK files results in MemoryError in
androguard/androguard/core/bytecodes/apk.py, line 273.
Fix:
Replace
buffer = self.zip.read(i)
by
buffer = self.zip.extract(i)
Original issue reported on code.google.com by julian.s...@gmx.net on 29 Jul 2013 at 10:30
Original issue reported on code.google.com by
julian.s...@gmx.net
on 29 Jul 2013 at 10:30