Open NarenderModi opened 4 years ago
This code is developed for Python 2.7 environment
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
i installed numpy but it gives the same error
are you in linux or windows environment?
Linux
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/
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