soarlab / maline

Android Malware Detection Framework
GNU Affero General Public License v3.0
81 stars 31 forks source link

SH_SCRIPT_IN_ANDROID (indicating /system/xbin/app_start) not found #16

Open pradeeptewary opened 7 years ago

pradeeptewary commented 7 years ago

While trying to run the maline tool, it is able to install the applications in the emulator, also tries to push the events using monkeyrunner. However, when it tries to extract traces of the system calls it throws few errors and exceptions. After debugging the application it was found that the SH_SCRIPT_IN_ANDROID pointing to /system/xbin/app_start is non existent, which is one of key parameter. Please help me run the tool?

mdimjasevic commented 7 years ago

Dear @pradeeptewary, can you tell me what is the the version of the Android SDK you are using?

pradeeptewary commented 7 years ago

Dear @mdimjasevic i am using android sdk targeted to API 19.