sslab-gatech / avpass

Tool for leaking and bypassing Android malware detection system
GNU General Public License v2.0
285 stars 88 forks source link

Error on gen_disguise.py #13

Open NarenderModi opened 4 years ago

NarenderModi commented 4 years ago

kali@localhost:~/avpass/src$ python3.7 gen_disguise.py -i fud.apk individual File "gen_disguise.py", line 40 print ret_command(OBFUSCATION_LIST[item] ,apkname)
^ SyntaxError: invalid syntax

higoress commented 4 years ago

This code is developed for Python 2.7 environment

Amir777228 commented 3 years ago

Hi! Can you help me? When I introduce python2.7 gen_disguise.py -i client.apk individual gives an error message: Traceback (most recent call last): File "gen_disguise.py", line 5, in import numpy as np ImportError: No module named numpy

i installed numpy but it gives the same error

higoress commented 3 years ago

are you in linux or windows environment?

bhati6734 commented 3 years ago

Linux

12-do commented 2 years ago

Hi! Can you help me? When I introduce python2.7 gen_disguise.py -i client.apk individual gives an error message: Traceback (most recent call last): File "gen_disguise.py", line 5, in import numpy as np ImportError: No module named numpy

i installed numpy but it gives the same error

go usr/lib/python3/dist-packages/numpy copy numpy folder from there and paste it to usr/lib/dist-packages/python2.7/