Frida 16.1.1 Released ∞
release
Only a few changes this time around:
- compiler: Bump frida-compile to 16.3.0, now with TypeScript 5.1.5 and other improvements. Among them is a fix by @hsorbo that changes the default moduleResolution to Node16.
- stalker: Add Iterator.get_capstone(), so transformers can use Capstone APIs that require the Capstone handle.
- node: Fix RPC message array check. Thanks @ZachQin!