@fridadotre Thank you for the additional info! I already opened #1096 and #1097 in frida-gum, hope they will be useful!
Right now I'm trying to fingerprint the runtime based on JS behavior (e.g. `console.log(gc.toString())`) but neither gadget configs nor `frida --runtime` seem to have any effect.
Update: It seems in V8 `gc.toString()` doesn't have newlines