Hi everyone,
Super-excited to announce that
www.frida.re is now available for Node.js, and is installable in seconds:
$ npm install frida
Frida provides cross-platform dynamic binary instrumentation, so you can build your own Wireshark on steroids, e.g. hooking crypto APIs in native apps on desktop and mobile. You basically inject snippets of JavaScript into native processes, and your scripts run inside the remote processes with full access to memory, ability to receive JS callbacks when native APIs are called by the application, FFI, etc.
Cheers,
Ole André