frida / frida-node

Frida Node.js bindings
282 stars 66 forks source link

fix: link frida-node against the inspector library #92

Closed pandasauce closed 10 months ago

pandasauce commented 10 months ago

Fixes

node: symbol lookup error: /frida-stealthspy/node_modules/frida/build/Release/frida_binding.node: undefined symbol: gum_inspector_server_new

when calling await script.enableDebugger();

oleavr commented 10 months ago

Great catch! 🚀 Thanks! 🙌