miwong / IntelliDroid

A targeted input generator for Android that improves the effectiveness of dynamic malware analysis.
Other
58 stars 30 forks source link

How to trigger the event correctly #7

Open yufeiyang1995 opened 7 years ago

yufeiyang1995 commented 7 years ago

Hi, When I used the tool,I have completed the app analysis ,got the 'appInfo.json' and 'constraintX_X.py' files and patched the Android OS. Then, I want to dynamically execute the app to trigger the event.

However, I met a problem "Not implemented: ui" as below.

> INSTALL ../Apk/7-app-initial-toast/7-app-initial-toast.apk
1648 KB/s (1413529 bytes in 0.837s)
    pkg: /data/local/tmp/7-app-initial-toast.apk
Success
> START ../AppAnalysis/pathOutput/
Starting: Intent { cmp=com.example.dell.testloader1/.MainActivity }
Status: ok
Activity: com.example.dell.testloader1/.MainActivity
ThisTime: 832
TotalTime: 832
Complete
> TRIGGER 0
Starting: Intent { cmp=com.example.dell.testloader1/.MainActivity }
Warning: Activity not started, its current task has been brought to the front
Status: ok
Activity: com.example.dell.testloader1/.MainActivity
ThisTime: 0
TotalTime: 0
Complete
Not implemented: ui

So,I was wondering the reason of the problem and how to dynamically execute the app correctly.

Looking forward to your reply.Thank you very much.

yufeiyang1995 commented 7 years ago

@miwong @marianadangelo