Replies: 5 comments
-
The problem here seems to be that your Frida agent is crashing. Are you really on a x86 (not x64) system? |
Beta Was this translation helpful? Give feedback.
-
I am using an Android emulator, and it is x86 arch.
|
Beta Was this translation helpful? Give feedback.
-
Ah, right. Well in that case I'd probably try if you can get Frida running with root. I'd suspect it already fails there, in which case it'd make sense to file an issue upstream. |
Beta Was this translation helpful? Give feedback.
-
Hello @mhils I did pull and unpin the
Thank you in advance |
Beta Was this translation helpful? Give feedback.
-
i get the same issue, this is what i have in android studio emulator |
Beta Was this translation helpful? Give feedback.
-
I am testing an app that shows a splash screen it does all its root checks and debugs checks there and then proceeds.
android-unpinner stucks at checking for the onCreate event and the app crashes in 1-2 seconds.
Kindly do let me know if its app specific issue or if it can be handled in this tool as well. I am happy to help write a module or something.
Edit: I see this log in logcat just before crash.
Beta Was this translation helpful? Give feedback.
All reactions