chaitin / passionfruit

[WIP] Crappy iOS app analyzer
MIT License
1.66k stars 228 forks source link

Error: GDBus.Error:re.frida.Error.InvalidOperation: JIT may only be enabled before the first script is created #54

Closed ShilpaRanganatha closed 5 years ago

ShilpaRanganatha commented 5 years ago

@ChiChou I am getting the message - "Error: GDBus.Error:re.frida.Error.InvalidOperation: JIT may only be enabled before the first script is created" everytime I click on an application from the passionfruit GUI. I updated passionfruit to 0.5.5.

Node : v10.16.0 npm : 6.9.0

ChiChou commented 5 years ago

What's the frida version on you iDevice?

ShilpaRanganatha commented 5 years ago

Frida got installed along with other packages during passionfruit installation. The version is 12.6.10. On my iDevice version was 12.3.1. I upgraded it to 12.6.1. It worked !

The problem is that the error message that is shown on the GUI as well as the logs is misleading. Previously, it used to clearly say that the frida server is not able to communicate.

Anyways, Thanks a lot.

ChiChou commented 5 years ago

Starting from passionfruit 0.5 I upgraded the js engine to v8 and there are breaking changes