frida / frida-rust

Frida Rust bindings
Other
188 stars 53 forks source link

fix: pointer error when passing event_sink #115

Closed XiangruLiu0 closed 1 year ago

XiangruLiu0 commented 1 year 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