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
SyntaxError: expecting field name
Error: missing argument
at main (network-request-capture.js:237)
at (network-request-capture.js:261)
at evaluate (native)
at (/frida/repl-2.js:1)
And then the process crashes
The text was updated successfully, but these errors were encountered:
When I run
frida -U -f com.kiloo.subwaysurf -l network-request-capture.js
It gets an error that says
SyntaxError: expecting field name
Error: missing argument
at main (network-request-capture.js:237)
at (network-request-capture.js:261)
at evaluate (native)
at (/frida/repl-2.js:1)
And then the process crashes
The text was updated successfully, but these errors were encountered: