-
Notifications
You must be signed in to change notification settings - Fork 873
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
[bug] objection explore crash, missing frida ping method #377
Comments
I think this is a regression/change in the latest Frida. Could you patch with a 12.8.x version gadget and test? |
You hve totally right, I thought it was my local frida version used when I downgraded it, but not really. $ objection -d patchapk -V 12.8.20 --source example.apk It works well then 😉 |
Thanks for the feedback. I'll check what updates need to happen in the agent to prevent this soon. |
My current suspect is it's probably this line. |
Don't use the frida-server of 12.9.4 and if you use 12.8.20,objection can work! |
same issue here, updated frida-server to 12.9.4 and objection throw a same error and make nexus 5 to reboot |
Just to confirm, I can replicate this locally. Working on a fix. |
Will be fixed in the next release later tonight. |
Describe the bug
objection crash during
objection explore
To Reproduce
Steps to reproduce the behavior:
objection -d patchapk --source example.apk
adb install example.objection.apk
objection explore
Expected behavior
No crash during exploration
Evidence / Logs / Screenshots
With a previously patched apk (two weeks ago with objection in
1.9.1
and frida in12.8.20
).In these example, objection is in
1.9.2
and frida in12.9.3
:Environment:
Application
Not possible witth this one, but if you give me one i can do it 👍
Additional context
I've tried to downgrade frida and objection but it's still not working
The text was updated successfully, but these errors were encountered: