frida / frida-gum

Cross-platform instrumentation and introspection library written in C
https://frida.re
Other
753 stars 245 forks source link

gumjs: Move V8 backend to one Isolate per script #669

Closed oleavr closed 2 years ago

oleavr commented 2 years ago

Instead of one Isolate shared between all scripts.

This will allow us to specify a custom startup snapshot per script.