frida / frida-node

Frida Node.js bindings
281 stars 65 forks source link

add Script.setLogHandler method #28

Closed ChiChou closed 6 years ago

ChiChou commented 6 years ago

In python binding there's a method to intercept console.log: https://github.com/frida/frida-python/blob/cfc8964c9da2c48f27dc6973768fd86f9e97d827/src/frida/core.py#L321

But in Node it is missing.