frida / frida-rust

Frida Rust bindings
Other
188 stars 53 forks source link

Add main context closure scheduling #107

Closed csnewman closed 1 year ago

csnewman commented 1 year ago

Changes

Add main context closure scheduling, allowing for advanced use cases (such as ptracing)

meme commented 1 year ago

Thanks for your contribution. LGTM, please ensure it is formatted correctly for CI.

csnewman commented 1 year ago

Updated

meme commented 1 year ago

Looks like some of the symbols you are using have different names on macOS. This is a known issue with the devkits, please add the appropriate symbol aliases in frida-sys' lib.rs.

csnewman commented 1 year ago

Aliases added