frida / frida-node

Frida Node.js bindings
282 stars 66 forks source link

Frida and pkg #93

Open reisalin-stout opened 10 months ago

reisalin-stout commented 10 months ago

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