-
-
Notifications
You must be signed in to change notification settings - Fork 66
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
Rebuilding frida bindings #71
Comments
Thank you very much for your help, but frida-Rebuild does not seem to work for the Nodev16 version of Electron |
It should work, I did use it, e.g. https://github.com/jeanbmar/black-moon-rewind/blob/master/packages/launcher/package.json |
Thank you very much for your reply. When I try to install frida for electronV17.1.0, I run the
|
Unfortunately I'm not sure Frida binaries for electron 17 are available yet |
Thank you very much for your reply. I have tried the version of electron 16 and it can run normally. Thank you very much for helping me solve my most trouble this week |
@oleavr I've developed a one-liner to get the proper binaries since it could be a bit tedious to manually find the frida dependency, delete it and set the environment variables:
https://www.npmjs.com/package/frida-rebuild
Usage:
npx frida-rebuild --runtime=electron --target=16.0.0
It will locate frida automatically and climb the directories if used in a workspace / monorepo.
Creating an issue so future users can find it from Google :).
The text was updated successfully, but these errors were encountered: