Closed hasanali586q closed 2 years ago
I could be wrong, but:
Without a rooted phone frida -f "myapp" -U
won't work. Without a patched app objection --gadget "myapp" explore
won't work. You need one or the other
@hasanali586q could open a new issue, providing the full stack trace leading up to the error please? Filling in the whole bug report template will help.
@decidedlygray regardless of how you spawn/attach, importing scripts should work in either case.
not: my device root and not patch app step 1) run frida ./frida-server-latest 2) run "objection --gadget "myapp" explore" good working 3) but run 'import sslbypass.js' problem
script code: https://codeshare.frida.re/@segura2010/android-certificate-pinning-bypass/
and I want to use frida with objection somewhere but there is a problem 1) frida -f "myapp" -U 2) objection --gadget "myapp" explore problem not working