Frida 4.4 Released ∞
release
With 4.4 out the door, we can now offer you a brand new RPC API that makes it super-easy to communicate with your scripts and have them expose services to your application. We also got some amazing contributions from Adam Brady, who just ported frida-node to Nan, making it easy to build it for multiple versions of Node.js.
So to summarize this release:
- core: add new RPC API
- python: add support for calling RPC exports
- node: add support for calling RPC exports
- node: allow posted message value to be anything serializable to JSON
- node: port to Nan
Enjoy!