cd32151083
When hooking a constructor with Frida, call `$new` instead of `$init`. `$init` cannot be used to instantiate an object and is reserved for hooking. Co-authored-by: Your Name <you@example.com>