-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't use frida with electron #55
Comments
It commonly happens when your local NodeJS version is too high, or if you upgraded nodejs after frida-node install. In most of cases, removing frida-node, clearing npm cache, and reinstalling frida-node solves the issue. |
I've clean my npm cache but it doesn't work better 😞 . I use node v12.16.3, it should work with frida because in an other project I also use this node version with frida but without electron and it works perfectly |
Did you try to remove your node_modules folder and your package-lock.json from your project's root folder and to run 'npm install' ? |
Yes I did |
The issue is that you need to set two config options so the prebuild for Electron is fetched instead of the one for Node.js:
Remember to wipe |
@alexisab Just released Frida 12.11.12, which comes with prebuilds for Electron v10 and v11, in addition to v9. The next release will drop prebuilds for v9, so would recommend upgrading to Electron v10 (or v11) soon. |
Hi ! I'm trying to use frida in my electron app but I get this error when starting the app :
Here are the version of the packages I use :
I'm on ubuntu 18.04 if it can help !
Thank you !
The text was updated successfully, but these errors were encountered: