You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The code hasn't been updated in a while so I am not surprise if there are mishaps with newer Frida versions. You're in luck because I just managed to get my hand on both iOS and Android devices that can run Frida easily and I was planning to work on this a little bit more. Can you tell me what platforms you're using ?
frida --usb --attach-frontmost --load network-request-capture.js --no-pause
if used this command get this error
frida: error: unrecognized arguments: -attach-frontmost
and if used this command
frida -H 127.0.0.1:1234 -f app -l network-request-capture.js --no-pause
after run the script get this error
Error: missing argument
at main (/network-request-capture.js:237)
at (/network-request-capture.js:261)
can u fix it please .
The text was updated successfully, but these errors were encountered: