frida / frida-gum

Cross-platform instrumentation and introspection library written in C
https://frida.re
Other
727 stars 240 forks source link

Expose Cloak and Interceptor locks for usage in ThreadSuspendMonitor #787

Closed mrmacete closed 4 months ago

mrmacete commented 5 months ago

This also adds gum_spinlock_try_acquire which has the same semantics as g_rec_mutex_trylock.

oleavr commented 4 months ago

Thanks!! 🙌