frida / frida

Clone this repo to build Frida
https://frida.re
Other
15.88k stars 1.64k forks source link

Frida android example ctf.py crashes rock paper scissors app on android #248

Open dybreed opened 7 years ago

dybreed commented 7 years ago

Hi, I'm new to frida and just wanted to try out frida on android. My current setup is genymotion google nexus 4 ( 4.4.4 ) and on frida 9.1.15 running on a x64 windows 7 machine. I tried to use the android example extracted from here: https://www.frida.re/docs/examples/android/. But everytime when I execute the ctf.py and click on the app under genymotion, the app will crash and close by itself.

Some help here is very much appreciated. Thanks in advance.

Alexeyan commented 7 years ago

I'm having the same issue.

bkerler commented 7 years ago

Make sure you "setenforce 0" before. Also I'd strongly recommend to use real hardware and no emulator, especially genymotion has some issues.

nemirst commented 7 years ago

Same for me when using Android Studio emulators on x86 or x86_64 platform. Tried multiple versions of Android starting from 4.4 with no luck. But it worked with armeabi-v7a 4.4 image, although it's quite slow. I will try on real devices next.