idanr1986 / cuckoo-droid

CuckooDroid - Automated Android Malware Analysis with Cuckoo Sandbox.
577 stars 135 forks source link

Error running create_guest_avd.sh #18

Open HQLee opened 7 years ago

HQLee commented 7 years ago

Have successfully managed to create the Android AVD, and run the emulator, but now I am stuck at running the create_guest_avd.sh script.

The message when I ran the script _adb has been found. Pushing /system/xbin/su binary remount succeeded cannot stat 'binaries/su': No such file or directory Installing application Superuser Invalid APK file: apps/Superuser.apk Installing Xposed Application Invalid APK file: apps/de.robv.android.xposed.installer_v33_36570c.apk Installing Droidmon Application Invalid APK file: hooking/Droidmon.apk Installing Anti Emulator Detection Application Invalid APK file: hooking/EmulatorAntiDetect.apk cannot stat 'anti-vm/fake-build.prop': No such file or directory cannot stat 'anti-vm/fake-cpuinfo': No such file or directory cannot stat 'anti-vm/fake-drivers': No such file or directory Installing Content Generator Invalid APK file: apps/ImportContacts.apk Installing Cuckoo Agent and Python for ARM cannot stat '../../agent/android/pythonagent/': No such file or directory Unable to chmod /data/local/aapt: No such file or directory Unable to chmod /data/local/agent.sh: No such file or directory Unable to chmod /data/local/python/bin/python: No such file or directory Device is ready!

I checked the cuckoo directories and the apk are inside, so not sure why the script says they are invalid?

cqllang commented 7 years ago

line 47 modify to $ADB push ../../agent/android/python_agent/* /data/local/