Closed ximerus closed 5 years ago
same problem
I've recently upgrade the server side to latest frida
. Can you show me the version of your frida on iOS device?
Here is the version on my iPhone:
~ root# frida-server --version
12.6.7
And here is the version on my MacBook:
frida --version
12.6.7
Same problem here, running this version of frida:
root# frida-server --version 12.6.8
Error with passionfruit:
Rejection: Error: GDBus.Error:re.frida.Error.InvalidArgument: not yet supported by the V8 runtime
EDIT:
Tried downgrading to 12.6.7, still getting the same error:
Error: GDBus.Error:re.frida.Error.InvalidArgument: not yet supported by the V8 runtime
Sorry, forgot to update package.json. Should be fixed now (0.5.1)
Still not working on 0.5.1. Same error, frida-server
12.6.8.
Same Issue here, passionfruit 0.5.1 with frida 12.6.8
Same Issue here.
same error
I was able to resolve this issue by building it from current master branch.
$ git clone https://github.com/chaitin/passionfruit.git
$ npm install
$ npm run dev
I am getting the same issue - "Rejection: Error: GDBus.Error:re.frida.Error.InvalidArgument: not yet supported by the V8 runtime"
Sorry. The root cause is that from v0.5.1 I have moved to v8 engine, which doesn't support bytecode. It should be gone after v0.5.3.
Hi. Today I'm installed passionfruit and tried to use it, and when I'm tried to inspect some app I got an error not yet supported by the V8 runtime. Near is log text:
Can anybody explain to me what's wrong with it, and how to fix?