frida / frida-rust

Frida Rust bindings
Other
176 stars 46 forks source link

frida-gum: InvocationListener and ProbeListener signature issues #144

Open ajwerner opened 2 weeks ago

ajwerner commented 2 weeks ago

The handlers in the InvocationListener should not get mutable references because the methods can be called from multiple threads. The trait should also require that the object be Send and Sync.

s1341 commented 2 weeks ago

Thanks for your report. Care to take a stab at a PR?