frida / frida-rust

Frida Rust bindings
Other
176 stars 46 forks source link

fix: pointer error when passing event_sink #115

Closed fre3dm4n closed 11 months ago

fre3dm4n commented 11 months ago

The event_sink passed as user_data is actually pointer to pointer of the actual event_sink instance, which is unfeasible. Without this patch, using fields in custom event_sink will always error @meme