I am using objection to bypass ssl pining on injured android apk. After I ran this command successfully objection patchapk --source injured.apk
and uninstall and reinstall the patched apk again, I tried objection explore but always get this error.
I tried to download frida gadget-arm and made a folder in the same path in the error message but without any success.
Unable to connect to the frida server: need Gadget to attach on jailed Android
18.1k views Asked by ELMO At
2
I faced the similar issue when I was running the APK on an x86 emulator.
What worked for me was
1 Specifying x86 architecture while patching the APK
2 Copy the Frida gadget from objection to an expected location
After doing above 2 steps , then run the APK on the emulator followed by
objection explore