decaf-project / DECAF

DECAF (short for Dynamic Executable Code Analysis Framework) is a binary analysis platform based on QEMU. This is also the home of the DroidScope dynamic Android malware analysis platform. DroidScope is now an extension to DECAF.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

problem in running emulator commond in DroidScope

hkxicor opened this issue · comments

daya@Vostro-ubunu:~/tdroid/tdroid-4.3_r1/external/DroidScope/objs$ ./emulator -sysdir /home/daya/tdroid/tdroid-4.3_r1/out/target/product/generic/ -kernel /home/daya/ -memory 512 -qemu -monitor stdio
emulator: WARNING: system partition size adjusted to match image file (238 MB > 200 MB)

Failed to load libGL.so
error libGL.so: cannot open shared object file: No such file or directory
Failed to load libGL.so
error libGL.so: cannot open shared object file: No such file or directory
qemu: could not load kernel '/home/daya/'

hi,

"-kernel /home/daya/"

most likely you didn't specify the kernel path correctly. Please make sure you have kernel image under the /home/daya/ directory.