frida / frida-rust

Frida Rust bindings
Other
185 stars 52 forks source link

Ensure lifetime of transformer and sink #84

Closed fabianfreyer closed 1 year ago

fabianfreyer commented 1 year ago

Ensure that the transformer (and optionally event sink) live for at least as long as the stalker by keeping a mutable reference to them in a StalkerSession.

Fixes: #76

fabianfreyer commented 1 year ago

Yeah, I don't think this approach really flies well