Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unknown Androwarn issue #23

Open
StephenQuirolgico opened this issue Sep 12, 2019 · 1 comment
Open

Unknown Androwarn issue #23

StephenQuirolgico opened this issue Sep 12, 2019 · 1 comment

Comments

@StephenQuirolgico
Copy link

Androwarn had an issue processing this app:

https://play.google.com/store/apps/details?id=com.epocrates

I'm using Python 2.7:

Traceback (most recent call last):
File "/data/androwarn/androwarn.py", line 116, in
main(options, arguments)
File "/data/androwarn/androwarn.py", line 95, in main
a, d, x = AnalyzeAPK(APK_FILE)
File "/data/androwarn/androwarn/analysis/analysis.py", line 48, in AnalyzeAPK
a = APK(filename, raw)
File "/data/androwarn/androguard/core/bytecodes/apk.py", line 156, in init
self.zip = zipfile.ZipFile( StringIO.StringIO( self.__raw ), mode=mode )
File "/usr/lib64/python2.7/zipfile.py", line 766, in init
self._RealGetContents()
File "/usr/lib64/python2.7/zipfile.py", line 853, in _RealGetContents
x._decodeExtra()
File "/usr/lib64/python2.7/zipfile.py", line 388, in _decodeExtra
tp, ln = unpack(

@maaaaz
Copy link
Owner

maaaaz commented Jan 5, 2020

Hello @StephenQuirolgico,
Unfortunately, this bug is related to androguard and not androwarn.

Thanks for reporting it !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants