Connecting to the patched apk via the network #678
Unanswered
ChillVibesMushroom
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have successfully patched the apk using
objection patchapk --source AndroGoat.apk --skip-resources --ignore-nativelibs
while connected to usb I perform a stream install onto the device and then connect to the frida gadget so the app loads
./adb install -r /home/ronin/objection/AndroGoat.objection.apk
Performing Streamed Install
Success
objection explore
but when I run
objection --network --host 192.168.1.82 explore
I get this error
Using networked device @
192.168.1.61:27042
Unable to connect to the frida server: unable to connect to remote frida-server
and Im not trying to connect to the frida server Im trying to connect to the frida gadget
Beta Was this translation helpful? Give feedback.
All reactions