Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(gui): correct Frida snippet for constructor (PR #1605)
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>
- Loading branch information