Frida 17.14.1 Released ∞
release
Quick bug-fix release with a fix in GumJS:
- gumjs: Fix stack overflow in ControlFlowGraph.toJSON(). Serializing a cyclic block graph recursed without bound, as BasicBlock.toJSON() emitted successors, predecessors, and immediateDominator as fresh BasicBlock objects. This meant JSON’s identity-based cycle detection never kicked in, eventually overflowing the native stack. Neighbouring blocks are now emitted by start address instead, while blocks are still listed in full at the top level.
oleavr