frida / frida-gum

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

Expose Cloak and Interceptor locks for usage in ThreadSuspendMonitor #787

Closed mrmacete closed 5 months ago

mrmacete commented 7 months ago

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

oleavr commented 5 months ago

Thanks!! 🙌