frida / frida-rust

Frida Rust bindings
Other
176 stars 46 forks source link

Add main context closure scheduling #107

Closed csnewman closed 11 months 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 12 months 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 11 months ago

Aliases added