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
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