chaitin / passionfruit

[WIP] Crappy iOS app analyzer
MIT License
1.67k stars 226 forks source link

[ERROR] Not yet supported by the V8 runtime #51

Closed ximerus closed 5 years ago

ximerus commented 5 years ago

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:

<-- GET / --> GET / 200 8ms 338b <-- GET /static/build.js <-- GET /static/0.build.js <-- GET /static/MaterialIcons-Regular.woff2?570eb83859dc23dd0eec423a49e147fe <-- GET /static/logo.svg?abda96cf81a18b28052a52d16b35d4e1 --> GET /static/0.build.js 200 5ms 55.2kb --> GET /static/MaterialIcons-Regular.woff2?570eb83859dc23dd0eec423a49e147fe 200 6ms 43.26kb --> GET /static/logo.svg?abda96cf81a18b28052a52d16b35d4e1 200 6ms 16.33kb --> GET /static/build.js 200 28ms 865.29kb <-- GET /static/logo.svg?abda96cf81a18b28052a52d16b35d4e1 --> GET /static/logo.svg?abda96cf81a18b28052a52d16b35d4e1 200 5ms 16.33kb An unhandledRejection occurred: Rejection: Error: GDBus.Error:re.frida.Error.InvalidArgument: not yet supported by the V8 runtime Error: GDBus.Error:re.frida.Error.InvalidArgument: not yet supported by the V8 runtime

Can anybody explain to me what's wrong with it, and how to fix?

levicn commented 5 years ago

same problem

ChiChou commented 5 years ago

I've recently upgrade the server side to latest frida. Can you show me the version of your frida on iOS device?

ximerus commented 5 years ago

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

OverflowMyBuffers commented 5 years ago

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

ChiChou commented 5 years ago

Sorry, forgot to update package.json. Should be fixed now (0.5.1)

pandasauce commented 5 years ago

Still not working on 0.5.1. Same error, frida-server 12.6.8.

hduarte commented 5 years ago

Same Issue here, passionfruit 0.5.1 with frida 12.6.8

0roman commented 5 years ago

Same Issue here.

shuax commented 5 years ago

same error

pich4ya commented 5 years ago

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
ShilpaRanganatha commented 5 years ago

I am getting the same issue - "Rejection: Error: GDBus.Error:re.frida.Error.InvalidArgument: not yet supported by the V8 runtime"

ChiChou commented 5 years ago

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.