-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Frida 10.5.15 Android x86 Emulator crashes App while spawning #343
Comments
Fixed in 10.6.12. Cheers! |
Hi @oleavr, Spawning with Frida-ServerReal Device:Google Nexus 5X - 6.0.1 Emulators:Google Nexus 5 - 8.0.0 - API 26 Google Nexus 5 - 7.1.1 - API 25 Google Nexus 5 - 6.0.0- API 23 Frida-GadgetReal Device:Google Nexus 5X - 6.0.1 Emulators:Google Nexus 5 - 6.0.0- API 23 & Google Nexus 5 - 7.1.1 - API 25 & Google Nexus 5 - 8.0.0 - API 26 adb logcat from Emulator 6.0.0:
|
Can we reopen this please? |
Hi,
while investigating another issue (frida/frida-java-bridge#29) I tested a lot of Android Emulators with the latest Frida version 10.5.15.
I was unable to find an x86 Emulator where Frida 10.5.15 was able to spawn
-f
an App without immediately crashing it.However, I was able to pinpoint a few Frida versions, that worked :)
Basically, every Frida version after 10.2.3 running on an x86 emulator crashed the App with
-f
.On ARM Emulators and on a real device, Frida version 10.5.15 worked without crashing the App!
Host: Linux x86_64, python3.6
APK: https://github.com/OWASP/owasp-mstg/tree/master/Crackmes/Android/Level_01/
More details here: frida/frida-java-bridge#29 (comment)
Tested:
Device:
AndroidStudio Emulator:
Genymotion Emulator:
adb logcat
from Custom Phone - 6.0.0 - API 23 x86 - 10.5.15:tombstone:
tombstone_05.txt
This issue #308 looks to be related.
The text was updated successfully, but these errors were encountered: