You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I am trying to include frida in my built application, sadly I can't seem to to package it successfully.
pkg doesn't return any error and works fine if I avoid requiring frida in my script. As soon as I require frida it crashes when I run the packaged executable. I would think this is because frida node does some stuff dinamically?
Can anyone help? currently using:
Node v20.11.0
pkg 5.8.1
frida 16.1.11
The text was updated successfully, but these errors were encountered:
Hello, I am trying to include frida in my built application, sadly I can't seem to to package it successfully.
pkg doesn't return any error and works fine if I avoid requiring frida in my script. As soon as I require frida it crashes when I run the packaged executable. I would think this is because frida node does some stuff dinamically?
Can anyone help? currently using:
Node v20.11.0
pkg 5.8.1
frida 16.1.11
The text was updated successfully, but these errors were encountered: