Closed ajwerner closed 2 months ago
This means that you need to keep references to the returned Listener
s alive for as long as you want the hooks to remain, right? That will break a lot of stuff.
No Frida increments the ref count when you attach and drops it when you detach. That’s why it was a leak.
Ok. Let's see what CI says.
Merged. Thanks!
When combined with https://github.com/frida/frida-rust/pull/153, fixes https://github.com/frida/frida-rust/issues/152.