mhelwig / apk-anal

Android APK analyzer based on radare2 and others.
GNU Lesser General Public License v3.0
152 stars 27 forks source link

Python3 compatibility #8

Open juergenhoetzel opened 4 years ago

juergenhoetzel commented 4 years ago

I encountered serveral issues when using Python 3.8.2:

Traceback (most recent call last):
  File "apk-anal.py", line 289, in <module>
    if e.errno == os.errno.ENOENT:
AttributeError: module 'os' has no attribute 'errno'
...

This also fixes: https://github.com/mhelwig/apk-anal/issues/7