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
I upgraded to Frida 15.2.2 and I have to following problem. I used to load a JS script into Frida REPL and all the functions defined in that script were available in the REPL. In the latest version, even though they are executed from the script, I cannot call them manually from the REPL anymore.
In version 15.1.4 I was able to type testFunc in the REPL (with autocompletion even) and execute this function. In 15.2.2 this function is no longer available.
The text was updated successfully, but these errors were encountered:
I upgraded to Frida 15.2.2 and I have to following problem. I used to load a JS script into Frida REPL and all the functions defined in that script were available in the REPL. In the latest version, even though they are executed from the script, I cannot call them manually from the REPL anymore.
Example script:
Run like this:
> frida -U -F -l test.js --no-pause
In version 15.1.4 I was able to type
testFunc
in the REPL (with autocompletion even) and execute this function. In 15.2.2 this function is no longer available.The text was updated successfully, but these errors were encountered: